From 196bfed02d01cbaec4c331216738899d4f687c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=9D=A8=E5=B8=86?= <39647285+leno23@users.noreply.github.com> Date: Sun, 17 May 2026 12:11:23 +0800 Subject: [PATCH] fix(headers): name nested overlap/title union fields --- XenonUtils/xbox.h | 6 +++--- XenonUtils/xdbf.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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; };