mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-17 15:32:24 -07:00
Vi: Added a missing u32 in the DequeueBuffer response parcel.
This commit is contained in:
@@ -289,6 +289,7 @@ protected:
|
||||
BufferProducerFence fence = {};
|
||||
|
||||
Write(slot);
|
||||
Write<u32_le>(1);
|
||||
WriteObject(fence);
|
||||
Write<u32_le>(0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user