HLE: Rename RescheduleIsPending to IsReschedulePending.

This commit is contained in:
bunnei 2016-05-05 21:34:10 -04:00
parent 76f892ebb9
commit b28918fc2d
3 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ void RunLoop(int tight_loop) {
}
HW::Update();
if (HLE::RescheduleIsPending()) {
if (HLE::IsReschedulePending()) {
Kernel::Reschedule();
}
}