summaryrefslogtreecommitdiffstats
path: root/src/core/hle/hle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/hle.cpp')
-rw-r--r--src/core/hle/hle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/hle.cpp b/src/core/hle/hle.cpp
index 3b1369800..96d3ec05b 100644
--- a/src/core/hle/hle.cpp
+++ b/src/core/hle/hle.cpp
@@ -36,7 +36,7 @@ void Reschedule(const char *reason) {
reschedule = true;
}
-bool RescheduleIsPending() {
+bool IsReschedulePending() {
return reschedule;
}