mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 19:02:14 +02:00
appletMainLoop: return false on exit request msg
This commit is contained in:
parent
0fd5e9ddfa
commit
2451db43da
@ -1211,6 +1211,7 @@ bool appletMainLoop(void) {
|
|||||||
switch(msg) {
|
switch(msg) {
|
||||||
case 0x4:
|
case 0x4:
|
||||||
appletCallHook(AppletHookType_OnExitRequest);
|
appletCallHook(AppletHookType_OnExitRequest);
|
||||||
|
return false;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 0xF:
|
case 0xF:
|
||||||
|
Loading…
Reference in New Issue
Block a user