early-access version 2033

This commit is contained in:
pineappleEA
2021-09-04 05:15:51 +02:00
parent 362861c543
commit a6d113426b
23 changed files with 127 additions and 216 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();