diff options
| author | Liam <byteslice@airmail.cc> | 2023-07-22 23:29:45 -0400 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2023-07-22 23:29:45 -0400 |
| commit | 3e3294e1c25ab67f967d63c1232c579ad3c1e90b (patch) | |
| tree | ac3b16adef97a2a4e6bbb38141b2dd76bf0887c1 /src/core/hle/service/glue/ectx.h | |
| parent | 3e4029b238bf1b604754175f9a100765f0b5a081 (diff) | |
core: implement GetGaiStringErrorRequest, IContextRegistrar
Diffstat (limited to 'src/core/hle/service/glue/ectx.h')
| -rw-r--r-- | src/core/hle/service/glue/ectx.h | 3 |
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 |
