mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 22:47:58 -05: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