mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 00:28:04 -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