early-access version 1974

This commit is contained in:
pineappleEA
2021-08-07 22:35:55 +02:00
parent f487c5cecc
commit 411aeec047
27 changed files with 226 additions and 143 deletions

View File

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