diff options
author | Liam <byteslice@airmail.cc> | 2023-07-23 05:29:45 +0200 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-07-23 05:29:45 +0200 |
commit | 3e3294e1c25ab67f967d63c1232c579ad3c1e90b (patch) | |
tree | ac3b16adef97a2a4e6bbb38141b2dd76bf0887c1 /src/core/hle/service/glue/ectx.h | |
parent | Merge pull request #11042 from lat9nq/wayland-appimage (diff) | |
download | yuzu-3e3294e1c25ab67f967d63c1232c579ad3c1e90b.tar yuzu-3e3294e1c25ab67f967d63c1232c579ad3c1e90b.tar.gz yuzu-3e3294e1c25ab67f967d63c1232c579ad3c1e90b.tar.bz2 yuzu-3e3294e1c25ab67f967d63c1232c579ad3c1e90b.tar.lz yuzu-3e3294e1c25ab67f967d63c1232c579ad3c1e90b.tar.xz yuzu-3e3294e1c25ab67f967d63c1232c579ad3c1e90b.tar.zst yuzu-3e3294e1c25ab67f967d63c1232c579ad3c1e90b.zip |
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 |