mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-13 16:20:46 -04:00
Vi: Added a missing u32 in the DequeueBuffer response parcel.
This commit is contained in:
@@ -289,6 +289,7 @@ protected:
|
|||||||
BufferProducerFence fence = {};
|
BufferProducerFence fence = {};
|
||||||
|
|
||||||
Write(slot);
|
Write(slot);
|
||||||
|
Write<u32_le>(1);
|
||||||
WriteObject(fence);
|
WriteObject(fence);
|
||||||
Write<u32_le>(0);
|
Write<u32_le>(0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user