summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/timer.h
diff options
context:
space:
mode:
authorGravatar bunnei2019-01-31 15:19:02 -0500
committerGravatar GitHub2019-01-31 15:19:02 -0500
commitdb21ac262774029a7b844e626a6474202263f9aa (patch)
treeed14b003d8ec872cd3d815fd5b372c4e64eb9a01 /src/core/hle/kernel/timer.h
parentMerge pull request #2075 from lioncash/find (diff)
parentkernel/wait_object: Devirtualize functions related to manipulating the thread... (diff)
downloadyuzu-db21ac262774029a7b844e626a6474202263f9aa.tar.gz
yuzu-db21ac262774029a7b844e626a6474202263f9aa.tar.xz
yuzu-db21ac262774029a7b844e626a6474202263f9aa.zip
Merge pull request #2077 from lioncash/virt
kernel/wait_object: Devirtualize functions related to manipulating the thread list directly
Diffstat (limited to 'src/core/hle/kernel/timer.h')
-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:
51 bool ShouldWait(Thread* thread) const override; 51 bool ShouldWait(Thread* thread) const override;
52 void Acquire(Thread* thread) override; 52 void Acquire(Thread* thread) override;
53 53
54 void WakeupAllWaitingThreads() override;
55
56 /** 54 /**
57 * Starts the timer, with the specified initial delay and interval. 55 * Starts the timer, with the specified initial delay and interval.
58 * @param initial Delay until the timer is first fired 56 * @param initial Delay until the timer is first fired