change notification 0x1001=>0x2000

This commit is contained in:
TuxSH
2020-03-28 10:58:36 +00:00
parent c7a3a0278c
commit c8aa2e8a89
2 changed files with 2 additions and 2 deletions

View File

@@ -313,7 +313,7 @@ ProcessData *terminateAllProcesses(u32 callerPid, s64 timeout)
// Send custom notification to at least Rosalina to make it relinquish some non-KIP services handles, stop the debugger, etc.
if (numKips >= 6) {
notifySubscribers(0x1001);
notifySubscribers(0x2000);
}
// Send notification 0x100 to the currently running application