appletMainLoop: return false on exit request msg

This commit is contained in:
p-sam 2018-10-09 14:39:55 +00:00
parent 0fd5e9ddfa
commit 2451db43da

View File

@ -1211,6 +1211,7 @@ bool appletMainLoop(void) {
switch(msg) {
case 0x4:
appletCallHook(AppletHookType_OnExitRequest);
return false;
break;
case 0xF: