Browse Source
Merge pull request #154 from mailwl/vi_create_stray_array
vi::CreateStrayLayer : add padding to request
pull/15/merge
bunnei
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/core/hle/service/vi/vi.cpp
|
|
|
@ -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]; |
|
|
|
|