We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggested fix for xbox.h header in blocks 243 to 263
typedef struct _XXOVERLAPPED { union { struct { be<uint32_t> Error; be<uint32_t> Length; } errorLength; struct { uint32_t InternalLow; uint32_t InternalHigh; } internalParts; }data; uint32_t InternalContext; be<uint32_t> hEvent; be<uint32_t> pCompletionRoutine; be<uint32_t> dwCompletionContext; be<uint32_t> dwExtendedError; } XXOVERLAPPED, *PXXOVERLAPPED;
The text was updated successfully, but these errors were encountered:
For xdbf.h on blocks 129 to 138:
union XDBFTitleID { struct { be<uint16_t> u16; char u8[0x02]; }parts; be<uint32_t> u32; };
Sorry, something went wrong.
Just use Ninja instead of Make.
No branches or pull requests
Suggested fix for xbox.h header in blocks 243 to 263
The text was updated successfully, but these errors were encountered: