Browse Source

Vi: Mark all fences as NO_FENCE in the DequeueBuffer response parcel.

nce_cpp
Subv 8 years ago
parent
commit
34f6578f62
  1. 4
      src/core/hle/service/vi/vi.cpp

4
src/core/hle/service/vi/vi.cpp

@ -288,8 +288,8 @@ protected:
// 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;
for (auto& fence_ : fence.fences)
fence_.id = -1;
Write(slot);
Write<u32_le>(1);

Loading…
Cancel
Save