forked from eden-emu/eden
HLE: Rename RescheduleIsPending to IsReschedulePending.
This commit is contained in:
parent
6b7ebb3f82
commit
4cb2995c61
3 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ void RunLoop(int tight_loop) {
|
|||
}
|
||||
|
||||
HW::Update();
|
||||
if (HLE::RescheduleIsPending()) {
|
||||
if (HLE::IsReschedulePending()) {
|
||||
Kernel::Reschedule();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue