diff options
Diffstat (limited to 'src/core/hle')
| -rw-r--r-- | src/core/hle/service/vi/vi.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/vi/vi.cpp b/src/core/hle/service/vi/vi.cpp index 048fe3a6f..e5f196158 100644 --- a/src/core/hle/service/vi/vi.cpp +++ b/src/core/hle/service/vi/vi.cpp | |||
| @@ -325,7 +325,8 @@ protected: | |||
| 325 | void SerializeData() override { | 325 | void SerializeData() override { |
| 326 | // TODO(Subv): Figure out what this value means, writing non-zero here will make libnx try | 326 | // TODO(Subv): Figure out what this value means, writing non-zero here will make libnx try |
| 327 | // to read an IGBPBuffer object from the parcel. | 327 | // to read an IGBPBuffer object from the parcel. |
| 328 | Write<u32_le>(0); | 328 | Write<u32_le>(1); |
| 329 | WriteObject(buffer); | ||
| 329 | Write<u32_le>(0); | 330 | Write<u32_le>(0); |
| 330 | } | 331 | } |
| 331 | 332 | ||