summaryrefslogtreecommitdiff
path: root/src/core/hid
diff options
context:
space:
mode:
authorGravatar Fernando S2022-07-07 08:29:34 +0200
committerGravatar GitHub2022-07-07 08:29:34 +0200
commitd244677df90ec6dced586efee637d2f529877f71 (patch)
tree8033efae521636281fd5ca973a0587fecacf65cf /src/core/hid
parentMerge pull request #8522 from lat9nq/consolidate-settings (diff)
parentservice: hid: Correct some mistakes and add more validations (diff)
downloadyuzu-d244677df90ec6dced586efee637d2f529877f71.tar.gz
yuzu-d244677df90ec6dced586efee637d2f529877f71.tar.xz
yuzu-d244677df90ec6dced586efee637d2f529877f71.zip
Merge pull request #8492 from german77/no_more_errors
service: hid: Correct some mistakes and add more validations
Diffstat (limited to 'src/core/hid')
-rw-r--r--src/core/hid/hid_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hid/hid_types.h b/src/core/hid/hid_types.h
index 9f76f9bcb..e49223016 100644
--- a/src/core/hid/hid_types.h
+++ b/src/core/hid/hid_types.h
@@ -272,6 +272,7 @@ enum class VibrationDeviceType : u32 {
272 Unknown = 0, 272 Unknown = 0,
273 LinearResonantActuator = 1, 273 LinearResonantActuator = 1,
274 GcErm = 2, 274 GcErm = 2,
275 N64 = 3,
275}; 276};
276 277
277// This is nn::hid::VibrationGcErmCommand 278// This is nn::hid::VibrationGcErmCommand