Merge pull request #154 from mailwl/vi_create_stray_array
vi::CreateStrayLayer : add padding to request
This commit is contained in:
commit
5ad9b3e19d
1 changed files with 1 additions and 0 deletions
|
@ -683,6 +683,7 @@ void IApplicationDisplayService::CreateStrayLayer(Kernel::HLERequestContext& ctx
|
|||
|
||||
IPC::RequestParser rp{ctx};
|
||||
u32 flags = rp.Pop<u32>();
|
||||
rp.Pop<u32>(); // padding
|
||||
u64 display_id = rp.Pop<u64>();
|
||||
|
||||
auto& buffer = ctx.BufferDescriptorB()[0];
|
||||
|
|
Loading…
Reference in a new issue