mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 18:35:45 +00:00
thread: Clear the process list on shutdown.
This commit is contained in:
parent
3ec2bf49cf
commit
29a5203a2a
1 changed files with 3 additions and 1 deletions
|
@ -406,6 +406,8 @@ void ThreadingInit() {
|
||||||
next_thread_id = 1;
|
next_thread_id = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ThreadingShutdown() {}
|
void ThreadingShutdown() {
|
||||||
|
Kernel::ClearProcessList();
|
||||||
|
}
|
||||||
|
|
||||||
} // namespace Kernel
|
} // namespace Kernel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue