summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/vi/vi.cpp
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-02-14 04:51:24 +0100
committerSubv <subv2112@gmail.com>2018-02-15 04:57:56 +0100
commitd18446f63af86cf0dd55a42e8768b97665a18732 (patch)
tree140c594206f6897414816b0c6e86697768b62baf /src/core/hle/service/vi/vi.cpp
parentVi: Don't write the IGBPBuffer in the IGBPRequestBufferResponseParcel. (diff)
downloadyuzu-d18446f63af86cf0dd55a42e8768b97665a18732.tar
yuzu-d18446f63af86cf0dd55a42e8768b97665a18732.tar.gz
yuzu-d18446f63af86cf0dd55a42e8768b97665a18732.tar.bz2
yuzu-d18446f63af86cf0dd55a42e8768b97665a18732.tar.lz
yuzu-d18446f63af86cf0dd55a42e8768b97665a18732.tar.xz
yuzu-d18446f63af86cf0dd55a42e8768b97665a18732.tar.zst
yuzu-d18446f63af86cf0dd55a42e8768b97665a18732.zip
Diffstat (limited to 'src/core/hle/service/vi/vi.cpp')
-rw-r--r--src/core/hle/service/vi/vi.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/vi/vi.cpp b/src/core/hle/service/vi/vi.cpp
index 439af318c..7a71a4b3d 100644
--- a/src/core/hle/service/vi/vi.cpp
+++ b/src/core/hle/service/vi/vi.cpp
@@ -289,6 +289,7 @@ protected:
BufferProducerFence fence = {};
Write(slot);
+ Write<u32_le>(1);
WriteObject(fence);
Write<u32_le>(0);
}