diff options
Diffstat (limited to 'src/core/hle/kernel/session.h')
| -rw-r--r-- | src/core/hle/kernel/session.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/session.h b/src/core/hle/kernel/session.h index d107dd9aa..7cd9c0d77 100644 --- a/src/core/hle/kernel/session.h +++ b/src/core/hle/kernel/session.h | |||
| @@ -39,6 +39,8 @@ public: | |||
| 39 | 39 | ||
| 40 | bool ShouldWait(const Thread* thread) const override; | 40 | bool ShouldWait(const Thread* thread) const override; |
| 41 | 41 | ||
| 42 | bool IsSignaled() const override; | ||
| 43 | |||
| 42 | void Acquire(Thread* thread) override; | 44 | void Acquire(Thread* thread) override; |
| 43 | 45 | ||
| 44 | std::shared_ptr<ClientSession> Client() { | 46 | std::shared_ptr<ClientSession> Client() { |