summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar mailwl2018-02-02 12:03:02 +0300
committerGravatar mailwl2018-02-02 12:03:02 +0300
commit58601abd1c086866d2dc6f37acd6a88f2a6f9d54 (patch)
tree42248e01480c7cbd91e25fd12862d8cb92b918b7 /src/core
parent[WIP] sfdnsres: stub (#146) (diff)
downloadyuzu-58601abd1c086866d2dc6f37acd6a88f2a6f9d54.tar.gz
yuzu-58601abd1c086866d2dc6f37acd6a88f2a6f9d54.tar.xz
yuzu-58601abd1c086866d2dc6f37acd6a88f2a6f9d54.zip
vi::CreateStrayLayer : add padding to request
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/vi/vi.cpp1
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 3b993f36c..1542d28ec 100644
--- a/src/core/hle/service/vi/vi.cpp
+++ b/src/core/hle/service/vi/vi.cpp
@@ -681,6 +681,7 @@ void IApplicationDisplayService::CreateStrayLayer(Kernel::HLERequestContext& ctx
681 681
682 IPC::RequestParser rp{ctx}; 682 IPC::RequestParser rp{ctx};
683 u32 flags = rp.Pop<u32>(); 683 u32 flags = rp.Pop<u32>();
684 rp.Pop<u32>(); // padding
684 u64 display_id = rp.Pop<u64>(); 685 u64 display_id = rp.Pop<u64>();
685 686
686 auto& buffer = ctx.BufferDescriptorB()[0]; 687 auto& buffer = ctx.BufferDescriptorB()[0];