diff options
author | german77 <juangerman-13@hotmail.com> | 2023-09-16 16:38:10 +0200 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2023-09-16 16:38:10 +0200 |
commit | a3f235f8a23303796a3727978806f2dcb13894eb (patch) | |
tree | c325b9f1d190913dcd885c703bebe4e545cda6ed /src/core/hle/service/hid/hid.h | |
parent | Merge pull request #11385 from liamwhite/acceptcancel (diff) | |
download | yuzu-a3f235f8a23303796a3727978806f2dcb13894eb.tar yuzu-a3f235f8a23303796a3727978806f2dcb13894eb.tar.gz yuzu-a3f235f8a23303796a3727978806f2dcb13894eb.tar.bz2 yuzu-a3f235f8a23303796a3727978806f2dcb13894eb.tar.lz yuzu-a3f235f8a23303796a3727978806f2dcb13894eb.tar.xz yuzu-a3f235f8a23303796a3727978806f2dcb13894eb.tar.zst yuzu-a3f235f8a23303796a3727978806f2dcb13894eb.zip |
Diffstat (limited to 'src/core/hle/service/hid/hid.h')
-rw-r--r-- | src/core/hle/service/hid/hid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h index f247b83c2..0ca43de93 100644 --- a/src/core/hle/service/hid/hid.h +++ b/src/core/hle/service/hid/hid.h @@ -95,7 +95,7 @@ private: class Hid final : public ServiceFramework<Hid> { public: - explicit Hid(Core::System& system_); + explicit Hid(Core::System& system_, std::shared_ptr<IAppletResource> applet_resource_); ~Hid() override; std::shared_ptr<IAppletResource> GetAppletResource(); |