From 9b79888c8ac1f446700d7a2fce5406401b390d20 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sat, 1 Sep 2012 00:00:19 +0200 Subject: [PATCH] disable debug-messages for power-off buttons, else poweroff delays --- installer/wad/0001000154484246.tmd | Bin 592 -> 592 bytes main/source/main.cpp | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/wad/0001000154484246.tmd b/installer/wad/0001000154484246.tmd index 53980f6d2def07d10b524eb18311f2310ed286fc..11c535cd4b007a9e935a4698dee55d7cb1020dd4 100644 GIT binary patch delta 33 pcmcb>a)D)oIFo1s>#Dl#4HIu4yH>B-adEnJee`PX>63MsQ~>m-4lV!y delta 33 pcmcb>a)D)oIFsmt$@8iX79IAKm6>2PrF!42b#9uOu9J0`Q~>JM4I=;m 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; }