diff --git a/installer/wad/0001000154484246.tmd b/installer/wad/0001000154484246.tmd index 53980f6..11c535c 100644 Binary files a/installer/wad/0001000154484246.tmd and b/installer/wad/0001000154484246.tmd differ diff --git a/main/source/main.cpp b/main/source/main.cpp index 5b253fd..e3d688d 100644 --- a/main/source/main.cpp +++ b/main/source/main.cpp @@ -112,7 +112,7 @@ void ExitApp() static void WiiResetPressed() { - xprintf("Reset button pressed \n"); + //xprintf("Reset button pressed \n"); runaway = true; PowerOff = SYS_RETURNTOMENU; } @@ -121,7 +121,7 @@ static void WiiPowerPressed() { if(runaway == false) { - xprintf("Power button pressed \n"); + //xprintf("Power button pressed \n"); runaway = true; PowerOff = SYS_POWEROFF_STANDBY; }