mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-12 21:58:34 +02:00
HLE: Rename RescheduleIsPending to IsReschedulePending.
This commit is contained in:
parent
76f892ebb9
commit
b28918fc2d
3 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ const Handle INVALID_HANDLE = 0;
|
|||
namespace HLE {
|
||||
|
||||
void Reschedule(const char *reason);
|
||||
bool RescheduleIsPending();
|
||||
bool IsReschedulePending();
|
||||
void DoneRescheduling();
|
||||
|
||||
void Init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue