mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-19 19:20:46 -04:00
Merge pull request #224 from Armada651/clear-process
thread: Clear the process list on shutdown.
This commit is contained in:
@@ -406,6 +406,8 @@ void ThreadingInit() {
|
|||||||
next_thread_id = 1;
|
next_thread_id = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ThreadingShutdown() {}
|
void ThreadingShutdown() {
|
||||||
|
Kernel::ClearProcessList();
|
||||||
|
}
|
||||||
|
|
||||||
} // namespace Kernel
|
} // namespace Kernel
|
||||||
|
|||||||
Reference in New Issue
Block a user