Skip to content
Snippets Groups Projects
Commit b78ffc4a authored by Subv's avatar Subv
Browse files

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

parent 8dee5663
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment