mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 05:10:05 +00:00
HLE: Rename RescheduleIsPending to IsReschedulePending.
This commit is contained in:
parent
6b7ebb3f82
commit
4cb2995c61
3 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ void Reschedule(const char *reason) {
|
|||
reschedule = true;
|
||||
}
|
||||
|
||||
bool RescheduleIsPending() {
|
||||
bool IsReschedulePending() {
|
||||
return reschedule;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue