summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sm/controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/sm/controller.h')
-rw-r--r--src/core/hle/service/sm/controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/sm/controller.h b/src/core/hle/service/sm/controller.h
index c6aa6f502..bb5a815f8 100644
--- a/src/core/hle/service/sm/controller.h
+++ b/src/core/hle/service/sm/controller.h
@@ -15,6 +15,7 @@ public:
~Controller();
private:
+ void ConvertSessionToDomain(Kernel::HLERequestContext& ctx);
void QueryPointerBufferSize(Kernel::HLERequestContext& ctx);
};