summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/ectx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/glue/ectx.h')
-rw-r--r--src/core/hle/service/glue/ectx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/glue/ectx.h b/src/core/hle/service/glue/ectx.h
index a608de053..ffa74d8d3 100644
--- a/src/core/hle/service/glue/ectx.h
+++ b/src/core/hle/service/glue/ectx.h
@@ -15,6 +15,9 @@ class ECTX_AW final : public ServiceFramework<ECTX_AW> {
public:
explicit ECTX_AW(Core::System& system_);
~ECTX_AW() override;
+
+private:
+ void CreateContextRegistrar(HLERequestContext& ctx);
};
} // namespace Service::Glue