kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule
This commit is contained in:
parent
e8a17ee6fd
commit
10447d1f48
6 changed files with 17 additions and 9 deletions
|
@ -37,7 +37,7 @@ void CallSVC(u32 opcode);
|
|||
|
||||
void EatCycles(u32 cycles);
|
||||
|
||||
void ReSchedule(const char *reason);
|
||||
void Reschedule(const char *reason);
|
||||
|
||||
void Init();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue