mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 09:48:01 +00:00
Revert "kernel: Various improvements to scheduler"
This commit is contained in:
parent
33f28f1cd5
commit
5e600cba3a
23 changed files with 140 additions and 224 deletions
|
@ -33,8 +33,6 @@ public:
|
|||
explicit KScheduler(Core::System& system_, s32 core_id_);
|
||||
~KScheduler();
|
||||
|
||||
void Finalize();
|
||||
|
||||
/// Reschedules to the next available thread (call after current thread is suspended)
|
||||
void RescheduleCurrentCore();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue