summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid_system_server.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-12-06 01:39:18 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2023-12-07 03:24:04 +0100
commite445ef9d607d04dab185be55b1395007a40c3b81 (patch)
tree663039ca69e79c19ad35cd188f31b3135a790963 /src/core/hle/service/hid/hid_system_server.h
parentMerge pull request #12271 from liamwhite/pretext-fix (diff)
downloadyuzu-e445ef9d607d04dab185be55b1395007a40c3b81.tar
yuzu-e445ef9d607d04dab185be55b1395007a40c3b81.tar.gz
yuzu-e445ef9d607d04dab185be55b1395007a40c3b81.tar.bz2
yuzu-e445ef9d607d04dab185be55b1395007a40c3b81.tar.lz
yuzu-e445ef9d607d04dab185be55b1395007a40c3b81.tar.xz
yuzu-e445ef9d607d04dab185be55b1395007a40c3b81.tar.zst
yuzu-e445ef9d607d04dab185be55b1395007a40c3b81.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);