fatal: Reboot to RCM if VOL is pressed instead of PWR.

This commit is contained in:
Michael Scire 2018-11-30 05:33:35 -08:00
parent 8d3b8354c3
commit be5b58d033
8 changed files with 48 additions and 15 deletions

View file

@ -118,7 +118,7 @@ void __appInit(void) {
std::abort();
}
rc = fsInitialize();
rc = gpioInitialize();
if (R_FAILED(rc)) {
std::abort();
}
@ -141,6 +141,7 @@ void __appExit(void) {
fsdevUnmountAll();
fsExit();
plExit();
gpioExit();
spsmExit();
psmExit();
lblExit();