core: hle: kernel: Ensure idle threads are closed before destroying scheduler.
This commit is contained in:
parent
669a2d2c67
commit
3bd5d4b6f8
3 changed files with 22 additions and 24 deletions
|
@ -33,6 +33,8 @@ 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