mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-14 15:14:23 -04:00
fatal: Reboot to RCM if VOL is pressed instead of PWR.
This commit is contained in:
parent
8d3b8354c3
commit
be5b58d033
8 changed files with 48 additions and 15 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue