mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 11:03:56 +00:00
kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule
This commit is contained in:
@@ -163,6 +163,7 @@ private:
|
||||
};
|
||||
|
||||
extern ObjectPool g_object_pool;
|
||||
extern Handle g_main_thread;
|
||||
|
||||
/**
|
||||
* Loads executable stored at specified address
|
||||
|
||||
Reference in New Issue
Block a user