summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid_system_server.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2024-01-07 04:35:10 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2024-01-07 06:30:41 +0100
commitf224ef6185679338aa8eb8093b150c461f488982 (patch)
tree153d010b4d9a46f4a57e7cfec09f8fd419c17af8 /src/core/hle/service/hid/hid_system_server.h
parentservice: hid: Implement CaptureButtonAssignment (diff)
downloadyuzu-f224ef6185679338aa8eb8093b150c461f488982.tar
yuzu-f224ef6185679338aa8eb8093b150c461f488982.tar.gz
yuzu-f224ef6185679338aa8eb8093b150c461f488982.tar.bz2
yuzu-f224ef6185679338aa8eb8093b150c461f488982.tar.lz
yuzu-f224ef6185679338aa8eb8093b150c461f488982.tar.xz
yuzu-f224ef6185679338aa8eb8093b150c461f488982.tar.zst
yuzu-f224ef6185679338aa8eb8093b150c461f488982.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/hid/hid_system_server.h2
1 files changed, 1 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 53091cf53..0c2634e3f 100644
--- a/src/core/hle/service/hid/hid_system_server.h
+++ b/src/core/hle/service/hid/hid_system_server.h
@@ -38,7 +38,7 @@ private:
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);