diff options
author | Lioncash <mathew1800@gmail.com> | 2019-01-30 18:26:11 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-01-30 18:45:00 +0100 |
commit | 1a302d4d473a80164082b7c8ecc44de0c08442ad (patch) | |
tree | a8ab3cce117f34e6ccbaa3ec8af6e422adffef70 /src/core/hle/kernel/readable_event.h | |
parent | Merge pull request #2076 from lioncash/enc (diff) | |
download | yuzu-1a302d4d473a80164082b7c8ecc44de0c08442ad.tar yuzu-1a302d4d473a80164082b7c8ecc44de0c08442ad.tar.gz yuzu-1a302d4d473a80164082b7c8ecc44de0c08442ad.tar.bz2 yuzu-1a302d4d473a80164082b7c8ecc44de0c08442ad.tar.lz yuzu-1a302d4d473a80164082b7c8ecc44de0c08442ad.tar.xz yuzu-1a302d4d473a80164082b7c8ecc44de0c08442ad.tar.zst yuzu-1a302d4d473a80164082b7c8ecc44de0c08442ad.zip |
Diffstat (limited to 'src/core/hle/kernel/readable_event.h')
-rw-r--r-- | src/core/hle/kernel/readable_event.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/kernel/readable_event.h b/src/core/hle/kernel/readable_event.h index 80b3b0aba..77a9c362c 100644 --- a/src/core/hle/kernel/readable_event.h +++ b/src/core/hle/kernel/readable_event.h @@ -39,8 +39,6 @@ public: bool ShouldWait(Thread* thread) const override; void Acquire(Thread* thread) override; - void WakeupAllWaitingThreads() override; - /// Unconditionally clears the readable event's state. void Clear(); |