mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-20 11:48:00 -05:00
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