mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-28 12:04:23 +01:00
disable debug-messages for power-off buttons,
else poweroff delays
This commit is contained in:
parent
edda6676dd
commit
9b79888c8a
Binary file not shown.
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user