mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 15:47:52 -05:00
HLE: Rename RescheduleIsPending to IsReschedulePending.
This commit is contained in:
@ -14,7 +14,7 @@ const Handle INVALID_HANDLE = 0;
|
||||
namespace HLE {
|
||||
|
||||
void Reschedule(const char *reason);
|
||||
bool RescheduleIsPending();
|
||||
bool IsReschedulePending();
|
||||
void DoneRescheduling();
|
||||
|
||||
void Init();
|
||||
|
Reference in New Issue
Block a user