summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/client_session.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-01-16 09:25:29 +0100
committerbunnei <bunneidev@gmail.com>2021-01-29 06:42:26 +0100
commitff186b2498e5f3119e0d03a859754722e1948c62 (patch)
tree3bfe09f91736044f8187af6df737f61012e55801 /src/core/hle/kernel/client_session.h
parentcore: hle: kernel: svc_results: Populate with several missing error codes. (diff)
downloadyuzu-ff186b2498e5f3119e0d03a859754722e1948c62.tar
yuzu-ff186b2498e5f3119e0d03a859754722e1948c62.tar.gz
yuzu-ff186b2498e5f3119e0d03a859754722e1948c62.tar.bz2
yuzu-ff186b2498e5f3119e0d03a859754722e1948c62.tar.lz
yuzu-ff186b2498e5f3119e0d03a859754722e1948c62.tar.xz
yuzu-ff186b2498e5f3119e0d03a859754722e1948c62.tar.zst
yuzu-ff186b2498e5f3119e0d03a859754722e1948c62.zip
Diffstat (limited to 'src/core/hle/kernel/client_session.h')
-rw-r--r--src/core/hle/kernel/client_session.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/client_session.h b/src/core/hle/kernel/client_session.h
index a914c0990..85aafeaf4 100644
--- a/src/core/hle/kernel/client_session.h
+++ b/src/core/hle/kernel/client_session.h
@@ -51,6 +51,8 @@ public:
bool IsSignaled() const override;
+ void Finalize() override {}
+
private:
static ResultVal<std::shared_ptr<ClientSession>> Create(KernelCore& kernel,
std::shared_ptr<Session> parent,