diff --git a/source/arm11/main.c b/source/arm11/main.c index 18c5dc5..0bbfc43 100644 --- a/source/arm11/main.c +++ b/source/arm11/main.c @@ -268,7 +268,10 @@ // power off if(hidGetPowerButton(true)) + { + storeBootslot(0); power_off(); + } // firm launch if(g_startFirmLaunch)