Enable regHIO for Wii USA R0 (#2953)

This commit is contained in:
Max Roncace
2025-12-15 20:06:10 -05:00
committed by GitHub
parent 4fca13aa49
commit 4c0d88015d
12 changed files with 52 additions and 16 deletions
+2
View File
@@ -1897,9 +1897,11 @@ BOOL daObjCarry_c::checkCulling() {
is_cull = TRUE;
}
#if DEBUG
if (KREG_S(2) == 10000) {
is_cull = FALSE;
}
#endif
return is_cull;
}