Explorar o código

IGBPQueueBufferRequestParcel: Don't enforce buffer length.

- Another fix for libnx.
bunnei %!s(int64=8) %!d(string=hai) anos
pai
achega
63de56ee0f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/core/hle/service/vi/vi.cpp

+ 0 - 1
src/core/hle/service/vi/vi.cpp

@@ -211,7 +211,6 @@ public:
     void DeserializeData() override {
         std::u16string token = ReadInterfaceToken();
         data = Read<Data>();
-        ASSERT(data.graphic_buffer_length == sizeof(NVFlinger::IGBPBuffer));
         buffer = Read<NVFlinger::IGBPBuffer>();
     }