mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-09 23:09:14 -05: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