m_Do debug (#3052)

* m_Do debug

* m_Do wii data
This commit is contained in:
Jcw87
2026-01-18 17:59:57 -08:00
committed by GitHub
parent 52a1e1363a
commit 87a3705039
43 changed files with 862 additions and 446 deletions
+2 -2
View File
@@ -491,7 +491,7 @@ void forever() {
#if !PLATFORM_GCN
void exceptionShutdown() {
mDoRst_reset(2, 0, 0);
//OSShutdownSystem();
OSShutdownSystem();
forever();
}
#endif
@@ -501,7 +501,7 @@ void exceptionRestart() {
#if PLATFORM_GCN
OSResetSystem(0, 0, 0);
#else
//OSRestart(0);
OSRestart(0);
#endif
while (true) {}
}