mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-23 08:37:52 +00:00
service: hid: Implement ApplyNpadSystemCommonPolicy
This commit is contained in:
parent
2a0025937d
commit
ef869803f8
4 changed files with 52 additions and 8 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue