mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-07 17:46:26 -05:00
Made initial implementation of the thread scheduler, refactor Svc to avoid passing many arguments
This commit is contained in:
@@ -127,11 +127,12 @@ namespace Ryujinx.OsHle
|
||||
Processes.TryAdd(ProcessId, MainProcess);
|
||||
}
|
||||
|
||||
public void StopAllProcesses()
|
||||
public void FinalizeAllProcesses()
|
||||
{
|
||||
foreach (Process Process in Processes.Values)
|
||||
{
|
||||
Process.StopAllThreads();
|
||||
Process.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user