Revert "kernel: Various improvements to scheduler"

This commit is contained in:
bunnei
2021-08-25 20:59:28 -07:00
committed by GitHub
parent 3843995ceb
commit 0c8594b225
23 changed files with 140 additions and 224 deletions

View File

@ -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();