diff options
Diffstat (limited to 'src/core/hle/kernel/timer.h')
-rw-r--r-- | src/core/hle/kernel/timer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/timer.h b/src/core/hle/kernel/timer.h index 2e3b31b23..c174f5664 100644 --- a/src/core/hle/kernel/timer.h +++ b/src/core/hle/kernel/timer.h @@ -42,6 +42,8 @@ public: bool ShouldWait(Thread* thread) const override; void Acquire(Thread* thread) override; + void WakeupAllWaitingThreads() override; + /** * Starts the timer, with the specified initial delay and interval. * @param initial Delay until the timer is first fired |