summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorlat9nq <lat9nq@gmail.com>2022-02-12 21:32:11 +0100
committerlat9nq <lat9nq@gmail.com>2022-02-12 21:42:50 +0100
commitc5d22952bf2f936bdb9ada0da43e05d5442b75ad (patch)
tree7ec31d2eb0e7ea9216fa242a0e1a43c8abc40ff2 /src/core/hle/service/hid/hid.h
parentMerge pull request #7852 from Morph1984/new-uuid (diff)
downloadyuzu-c5d22952bf2f936bdb9ada0da43e05d5442b75ad.tar
yuzu-c5d22952bf2f936bdb9ada0da43e05d5442b75ad.tar.gz
yuzu-c5d22952bf2f936bdb9ada0da43e05d5442b75ad.tar.bz2
yuzu-c5d22952bf2f936bdb9ada0da43e05d5442b75ad.tar.lz
yuzu-c5d22952bf2f936bdb9ada0da43e05d5442b75ad.tar.xz
yuzu-c5d22952bf2f936bdb9ada0da43e05d5442b75ad.tar.zst
yuzu-c5d22952bf2f936bdb9ada0da43e05d5442b75ad.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/hid/hid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h
index d290df161..c281081a7 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -159,6 +159,7 @@ private:
void InitializeSevenSixAxisSensor(Kernel::HLERequestContext& ctx);
void FinalizeSevenSixAxisSensor(Kernel::HLERequestContext& ctx);
void ResetSevenSixAxisSensorTimestamp(Kernel::HLERequestContext& ctx);
+ void IsUsbFullKeyControllerEnabled(Kernel::HLERequestContext& ctx);
void SetIsPalmaAllConnectable(Kernel::HLERequestContext& ctx);
void SetPalmaBoostMode(Kernel::HLERequestContext& ctx);
void SetNpadCommunicationMode(Kernel::HLERequestContext& ctx);