diff options
| author | Fernando S <fsahmkow27@gmail.com> | 2022-07-07 08:29:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-07 08:29:34 +0200 |
| commit | d244677df90ec6dced586efee637d2f529877f71 (patch) | |
| tree | 8033efae521636281fd5ca973a0587fecacf65cf /src/core/hid | |
| parent | ec4cba9de8649dff65acfeabaf8ff02a89894802 (diff) | |
| parent | 36148fe7f6c825d1f931831c7f2c7218a5c2f73b (diff) | |
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.h | 1 |
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 { Unknown = 0, LinearResonantActuator = 1, GcErm = 2, + N64 = 3, }; // This is nn::hid::VibrationGcErmCommand |
