Clean up HIO reg accesses

This commit is contained in:
LagoLunatic
2025-07-17 21:41:40 -04:00
parent ce8a70bfb0
commit 67259edeeb
28 changed files with 64 additions and 104 deletions
+2 -2
View File
@@ -350,11 +350,11 @@ void envcolor_init() {
stage_vrbox_info_class* vrbox = dComIfGp_getStageVrboxInfo();
for (int i = 0; i < 20; i++) {
g_regHIO.mChild[3].mFloatRegs[i] = 0.0f;
REG3_F(i) = 0.0f;
}
for (int i = 0; i < 10; i++) {
g_regHIO.mChild[3].mShortRegs[i] = 0;
REG3_S(i) = 0;
}
#if VERSION > VERSION_DEMO