Explorar el Código

Vi: Added a missing u32 in the DequeueBuffer response parcel.

Subv hace 8 años
padre
commit
d18446f63a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/core/hle/service/vi/vi.cpp

+ 1 - 0
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);
     }