summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/timer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/timer.h b/src/core/hle/kernel/timer.h
index 18ea0236b..2092165d4 100644
--- a/src/core/hle/kernel/timer.h
+++ b/src/core/hle/kernel/timer.h
@@ -42,6 +42,8 @@ public:
bool ShouldWait() override;
void Acquire() override;
+ void WakeupAllWaitingThreads() override;
+
/**
* Starts the timer, with the specified initial delay and interval.
* @param initial Delay until the timer is first fired