misc cleanup

This commit is contained in:
LagoLunatic
2023-11-12 01:19:58 -05:00
parent 90c6b4df9f
commit 1778dea96c
8 changed files with 35 additions and 32 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ struct J3DColorChanInfo {
};
struct J3DZModeInfo {
/* 0x0 */ u8 mCompareEnable __attribute__((aligned(4)));
/* 0x0 */ u8 mCompareEnable;
/* 0x1 */ u8 mFunc;
/* 0x2 */ u8 mUpdateEnable;
};