summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/timer.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2017-01-02 01:23:19 +0100
committerSubv <subv2112@gmail.com>2017-01-05 19:06:17 +0100
commite52ca85711e8df54c8eafe556b6ba0ca683ddea0 (patch)
tree5a5842cdea80d830d4295d9a96cb5ff4bfd9162d /src/core/hle/kernel/timer.h
parentMerge pull request #2390 from jroweboy/bintray (diff)
downloadyuzu-e52ca85711e8df54c8eafe556b6ba0ca683ddea0.tar
yuzu-e52ca85711e8df54c8eafe556b6ba0ca683ddea0.tar.gz
yuzu-e52ca85711e8df54c8eafe556b6ba0ca683ddea0.tar.bz2
yuzu-e52ca85711e8df54c8eafe556b6ba0ca683ddea0.tar.lz
yuzu-e52ca85711e8df54c8eafe556b6ba0ca683ddea0.tar.xz
yuzu-e52ca85711e8df54c8eafe556b6ba0ca683ddea0.tar.zst
yuzu-e52ca85711e8df54c8eafe556b6ba0ca683ddea0.zip
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