mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 11:29:58 +00:00
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 {
|
void DeserializeData() override {
|
||||||
std::u16string token = ReadInterfaceToken();
|
std::u16string token = ReadInterfaceToken();
|
||||||
data = Read<Data>();
|
data = Read<Data>();
|
||||||
ASSERT(data.graphic_buffer_length == sizeof(NVFlinger::IGBPBuffer));
|
|
||||||
buffer = Read<NVFlinger::IGBPBuffer>();
|
buffer = Read<NVFlinger::IGBPBuffer>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue