summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid_system_server.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-12-09 19:41:06 +0100
committerGitHub <noreply@github.com>2023-12-09 19:41:06 +0100
commitc1924951ad604417a5f7900427bff4ab0c8286a7 (patch)
tree1100f74cd019eabe937e40e921a2b481ca77da69 /src/core/hle/service/hid/hid_system_server.h
parentMerge pull request #12320 from liamwhite/debug-fix (diff)
parentservice: hid: Introduce proper AppletResource emulation (diff)
downloadyuzu-c1924951ad604417a5f7900427bff4ab0c8286a7.tar
yuzu-c1924951ad604417a5f7900427bff4ab0c8286a7.tar.gz
yuzu-c1924951ad604417a5f7900427bff4ab0c8286a7.tar.bz2
yuzu-c1924951ad604417a5f7900427bff4ab0c8286a7.tar.lz
yuzu-c1924951ad604417a5f7900427bff4ab0c8286a7.tar.xz
yuzu-c1924951ad604417a5f7900427bff4ab0c8286a7.tar.zst
yuzu-c1924951ad604417a5f7900427bff4ab0c8286a7.zip
Diffstat (limited to 'src/core/hle/service/hid/hid_system_server.h')
-rw-r--r--src/core/hle/service/hid/hid_system_server.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid_system_server.h b/src/core/hle/service/hid/hid_system_server.h
index 822d5e5b9..1e623dfc2 100644
--- a/src/core/hle/service/hid/hid_system_server.h
+++ b/src/core/hle/service/hid/hid_system_server.h
@@ -38,6 +38,12 @@ private:
void HasLeftRightBattery(HLERequestContext& ctx);
void GetUniquePadsFromNpad(HLERequestContext& ctx);
void GetIrSensorState(HLERequestContext& ctx);
+ void RegisterAppletResourceUserId(HLERequestContext& ctx);
+ void UnregisterAppletResourceUserId(HLERequestContext& ctx);
+ void EnableAppletToGetInput(HLERequestContext& ctx);
+ void EnableAppletToGetSixAxisSensor(HLERequestContext& ctx);
+ void EnableAppletToGetPadInput(HLERequestContext& ctx);
+ void EnableAppletToGetTouchScreen(HLERequestContext& ctx);
void AcquireConnectionTriggerTimeoutEvent(HLERequestContext& ctx);
void AcquireDeviceRegisteredEventForControllerSupport(HLERequestContext& ctx);
void GetRegisteredDevices(HLERequestContext& ctx);