diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/hle/service/vi/vi.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/vi/vi.cpp b/src/core/hle/service/vi/vi.cpp index e32ea1fb8..2c7737fd9 100644 --- a/src/core/hle/service/vi/vi.cpp +++ b/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]; |