summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/timer.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-01-30 18:27:02 +0100
committerLioncash <mathew1800@gmail.com>2019-01-30 18:45:00 +0100
commit4596ef5274e05c5e022bd21ba7472ef6ab915eb8 (patch)
tree70b1741e66c8ab59bc8efe5605683973fd6dc1fd /src/core/hle/kernel/timer.h
parentkernel/readable_event: Remove unnecessary WakeupAllWaitingThreads() override (diff)
downloadyuzu-4596ef5274e05c5e022bd21ba7472ef6ab915eb8.tar
yuzu-4596ef5274e05c5e022bd21ba7472ef6ab915eb8.tar.gz
yuzu-4596ef5274e05c5e022bd21ba7472ef6ab915eb8.tar.bz2
yuzu-4596ef5274e05c5e022bd21ba7472ef6ab915eb8.tar.lz
yuzu-4596ef5274e05c5e022bd21ba7472ef6ab915eb8.tar.xz
yuzu-4596ef5274e05c5e022bd21ba7472ef6ab915eb8.tar.zst
yuzu-4596ef5274e05c5e022bd21ba7472ef6ab915eb8.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/timer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/kernel/timer.h b/src/core/hle/kernel/timer.h
index 12915c1b1..ce3e74426 100644
--- a/src/core/hle/kernel/timer.h
+++ b/src/core/hle/kernel/timer.h
@@ -51,8 +51,6 @@ 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