IGBPQueueBufferRequestParcel: Don't enforce buffer length.
- Another fix for libnx.
This commit is contained in:
parent
309276a317
commit
63de56ee0f
1 changed files with 0 additions and 1 deletions
|
@ -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>();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue