mirror of
https://github.com/zeldaret/tp
synced 2026-06-02 02:00:30 -04:00
@@ -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) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user