summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-02-14 05:03:02 +0100
committerSubv <subv2112@gmail.com>2018-02-15 04:57:56 +0100
commit35d0d06885c13a984c9dd648771107fbdeb81fa7 (patch)
tree10ca83b6ffa681b6975f24ed7fafa2128b9ee48e /src/core
parentVi: Added a missing u32 in the DequeueBuffer response parcel. (diff)
downloadyuzu-35d0d06885c13a984c9dd648771107fbdeb81fa7.tar
yuzu-35d0d06885c13a984c9dd648771107fbdeb81fa7.tar.gz
yuzu-35d0d06885c13a984c9dd648771107fbdeb81fa7.tar.bz2
yuzu-35d0d06885c13a984c9dd648771107fbdeb81fa7.tar.lz
yuzu-35d0d06885c13a984c9dd648771107fbdeb81fa7.tar.xz
yuzu-35d0d06885c13a984c9dd648771107fbdeb81fa7.tar.zst
yuzu-35d0d06885c13a984c9dd648771107fbdeb81fa7.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/vi/vi.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/vi/vi.cpp b/src/core/hle/service/vi/vi.cpp
index 7a71a4b3d..048fe3a6f 100644
--- a/src/core/hle/service/vi/vi.cpp
+++ b/src/core/hle/service/vi/vi.cpp
@@ -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);