summaryrefslogtreecommitdiffstats
path: root/src/core/hle/hle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/hle.h')
-rw-r--r--src/core/hle/hle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/hle.h b/src/core/hle/hle.h
index 58dffe587..69ac0ade6 100644
--- a/src/core/hle/hle.h
+++ b/src/core/hle/hle.h
@@ -14,7 +14,7 @@ const Handle INVALID_HANDLE = 0;
namespace HLE {
void Reschedule(const char *reason);
-bool RescheduleIsPending();
+bool IsReschedulePending();
void DoneRescheduling();
void Init();