HLE: Rename RescheduleIsPending to IsReschedulePending.
This commit is contained in:
@@ -36,7 +36,7 @@ void Reschedule(const char *reason) {
|
||||
reschedule = true;
|
||||
}
|
||||
|
||||
bool RescheduleIsPending() {
|
||||
bool IsReschedulePending() {
|
||||
return reschedule;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user