Vi: Don't write the IGBPBuffer in the IGBPRequestBufferResponseParcel.

This commit is contained in:
Subv 2018-02-13 22:23:53 -05:00
parent 8dee5663b3
commit b78ffc4abf

View file

@ -319,11 +319,9 @@ public:
protected:
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>(FENCE_HACK);
Write<u32_le>(0);
Write(buffer);
Write<u32_le>(0);
}