mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2026-05-20 23:41:13 +00:00
Merge 196bfed02d into ddd128bcca
This commit is contained in:
commit
0fcf1d045e
2 changed files with 4 additions and 4 deletions
|
|
@ -247,14 +247,14 @@ typedef struct _XXOVERLAPPED {
|
|||
{
|
||||
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;
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ union XDBFTitleID
|
|||
{
|
||||
be<uint16_t> u16;
|
||||
char u8[0x02];
|
||||
};
|
||||
} parts;
|
||||
|
||||
be<uint32_t> u32;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue