change notification 0x1001=>0x2000
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user