diff --git a/XenonUtils/xbox.h b/XenonUtils/xbox.h index 0361b0f..4b0c340 100644 --- a/XenonUtils/xbox.h +++ b/XenonUtils/xbox.h @@ -247,14 +247,14 @@ typedef struct _XXOVERLAPPED { { be Error; be Length; - }; + } errorLength; struct { uint32_t InternalLow; uint32_t InternalHigh; - }; - }; + } internalParts; + } data; uint32_t InternalContext; be hEvent; be pCompletionRoutine; diff --git a/XenonUtils/xdbf.h b/XenonUtils/xdbf.h index 347ac2c..dbee5e7 100644 --- a/XenonUtils/xdbf.h +++ b/XenonUtils/xdbf.h @@ -132,7 +132,7 @@ union XDBFTitleID { be u16; char u8[0x02]; - }; + } parts; be u32; };