Fix FSARequest padding

This commit is contained in:
Xpl0itU
2023-01-22 14:01:30 +01:00
committed by fincs
parent e0f8b378de
commit 7530dd5818

View File

@@ -608,7 +608,7 @@ struct FSARequest {
FSARequestUnmountWithProcess unmountWithProcess;
FSARequestWriteFile writeFile;
FSARequestChangeOwner changeOwner;
WUT_UNKNOWN_BYTES(0x28C);
WUT_UNKNOWN_BYTES(0x51C);
};
};
WUT_CHECK_OFFSET(FSARequest, 0x00, emulatedError);