summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid_system_server.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-01-08 02:41:06 +0100
committerGitHub <noreply@github.com>2024-01-08 02:41:06 +0100
commit2a4ac7cfac9ebdc916a95dbc576a850162886b13 (patch)
tree152196b6412c5ef7118810fbceb92804f079d4ba /src/core/hle/service/hid/hid_system_server.h
parentMerge pull request #12599 from german77/settings (diff)
parentservice: hid: Implement GetLastActiveNpad (diff)
downloadyuzu-2a4ac7cfac9ebdc916a95dbc576a850162886b13.tar
yuzu-2a4ac7cfac9ebdc916a95dbc576a850162886b13.tar.gz
yuzu-2a4ac7cfac9ebdc916a95dbc576a850162886b13.tar.bz2
yuzu-2a4ac7cfac9ebdc916a95dbc576a850162886b13.tar.lz
yuzu-2a4ac7cfac9ebdc916a95dbc576a850162886b13.tar.xz
yuzu-2a4ac7cfac9ebdc916a95dbc576a850162886b13.tar.zst
yuzu-2a4ac7cfac9ebdc916a95dbc576a850162886b13.zip
Diffstat (limited to 'src/core/hle/service/hid/hid_system_server.h')
-rw-r--r--src/core/hle/service/hid/hid_system_server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/hid_system_server.h b/src/core/hle/service/hid/hid_system_server.h
index f467e2aa8..0c2634e3f 100644
--- a/src/core/hle/service/hid/hid_system_server.h
+++ b/src/core/hle/service/hid/hid_system_server.h
@@ -31,13 +31,14 @@ private:
void GetNpadFullKeyGripColor(HLERequestContext& ctx);
void GetMaskedSupportedNpadStyleSet(HLERequestContext& ctx);
void SetSupportedNpadStyleSetAll(HLERequestContext& ctx);
+ void GetNpadCaptureButtonAssignment(HLERequestContext& ctx);
void GetAppletDetailedUiType(HLERequestContext& ctx);
void GetNpadInterfaceType(HLERequestContext& ctx);
void GetNpadLeftRightInterfaceType(HLERequestContext& ctx);
void HasBattery(HLERequestContext& ctx);
void HasLeftRightBattery(HLERequestContext& ctx);
void GetUniquePadsFromNpad(HLERequestContext& ctx);
- void GetIrSensorState(HLERequestContext& ctx);
+ void SetNpadSystemExtStateEnabled(HLERequestContext& ctx);
void RegisterAppletResourceUserId(HLERequestContext& ctx);
void UnregisterAppletResourceUserId(HLERequestContext& ctx);
void EnableAppletToGetInput(HLERequestContext& ctx);