mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 06:59:58 +00:00
Vi: Mark the fences as valid in the DequeueBuffer response parcel.
This commit is contained in:
parent
d18446f63a
commit
35d0d06885
1 changed files with 3 additions and 0 deletions
|
@ -287,6 +287,9 @@ protected:
|
|||
void SerializeData() override {
|
||||
// TODO(Subv): Find out how this Fence is used.
|
||||
BufferProducerFence fence = {};
|
||||
fence.is_valid = 1;
|
||||
fence.fences[0].id = 0;
|
||||
fence.fences[0].value = 0;
|
||||
|
||||
Write(slot);
|
||||
Write<u32_le>(1);
|
||||
|
|
Loading…
Reference in a new issue