mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-20 07:48:36 -05:00
kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule
This commit is contained in:
@ -37,7 +37,7 @@ void CallSVC(u32 opcode);
|
||||
|
||||
void EatCycles(u32 cycles);
|
||||
|
||||
void ReSchedule(const char *reason);
|
||||
void Reschedule(const char *reason);
|
||||
|
||||
void Init();
|
||||
|
||||
|
Reference in New Issue
Block a user