IGBPQueueBufferRequestParcel: Don't enforce buffer length.

- Another fix for libnx.
This commit is contained in:
bunnei 2018-02-09 21:42:49 -05:00
parent 309276a317
commit 63de56ee0f
1 changed files with 0 additions and 1 deletions

View File

@ -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>();
}