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: | |||
| 42 | bool ShouldWait(Thread* thread) const override; | 42 | bool ShouldWait(Thread* thread) const override; |
| 43 | void Acquire(Thread* thread) override; | 43 | void Acquire(Thread* thread) override; |
| 44 | 44 | ||
| 45 | void WakeupAllWaitingThreads() override; | ||
| 46 | |||
| 45 | /** | 47 | /** |
| 46 | * Starts the timer, with the specified initial delay and interval. | 48 | * Starts the timer, with the specified initial delay and interval. |
| 47 | * @param initial Delay until the timer is first fired | 49 | * @param initial Delay until the timer is first fired |