disable debug-messages for power-off buttons,

else poweroff delays
This commit is contained in:
Christopher Roy Bratusek 2012-09-01 00:00:19 +02:00
parent edda6676dd
commit 9b79888c8a
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -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;
}