mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-08 08:19:59 +00:00
Vi: Don't write the IGBPBuffer in the IGBPRequestBufferResponseParcel.
This commit is contained in:
parent
8dee5663b3
commit
b78ffc4abf
1 changed files with 2 additions and 4 deletions
|
@ -319,11 +319,9 @@ public:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void SerializeData() override {
|
void SerializeData() override {
|
||||||
// TODO(bunnei): Find out what this all means. Writing anything non-zero here breaks libnx.
|
// TODO(Subv): Figure out what this value means, writing non-zero here will make libnx try
|
||||||
|
// to read an IGBPBuffer object from the parcel.
|
||||||
Write<u32_le>(0);
|
Write<u32_le>(0);
|
||||||
Write<u32_le>(FENCE_HACK);
|
|
||||||
Write<u32_le>(0);
|
|
||||||
Write(buffer);
|
|
||||||
Write<u32_le>(0);
|
Write<u32_le>(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue