diff options
| author | 2024-01-15 23:26:08 -0500 | |
|---|---|---|
| committer | 2024-01-15 23:26:08 -0500 | |
| commit | 2c29c2b8dd280d0aeff432569f324cd85d83b415 (patch) | |
| tree | e5552e7f82ccb37b611a3a577f94c91f9c813320 /src/hid_core/hid_result.h | |
| parent | Merge pull request #12681 from t895/stick-toggles (diff) | |
| parent | Fix typos in master (diff) | |
| download | yuzu-2c29c2b8dd280d0aeff432569f324cd85d83b415.tar.gz yuzu-2c29c2b8dd280d0aeff432569f324cd85d83b415.tar.xz yuzu-2c29c2b8dd280d0aeff432569f324cd85d83b415.zip | |
Merge pull request #12686 from szepeviktor/typos3
Fix more typos
Diffstat (limited to 'src/hid_core/hid_result.h')
| -rw-r--r-- | src/hid_core/hid_result.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hid_core/hid_result.h b/src/hid_core/hid_result.h index bb14aa61e..df9b28c9a 100644 --- a/src/hid_core/hid_result.h +++ b/src/hid_core/hid_result.h | |||
| @@ -15,7 +15,7 @@ constexpr Result ResultVibrationNotInitialized{ErrorModule::HID, 121}; | |||
| 15 | constexpr Result ResultVibrationInvalidStyleIndex{ErrorModule::HID, 122}; | 15 | constexpr Result ResultVibrationInvalidStyleIndex{ErrorModule::HID, 122}; |
| 16 | constexpr Result ResultVibrationInvalidNpadId{ErrorModule::HID, 123}; | 16 | constexpr Result ResultVibrationInvalidNpadId{ErrorModule::HID, 123}; |
| 17 | constexpr Result ResultVibrationDeviceIndexOutOfRange{ErrorModule::HID, 124}; | 17 | constexpr Result ResultVibrationDeviceIndexOutOfRange{ErrorModule::HID, 124}; |
| 18 | constexpr Result ResultVibrationStrenghtOutOfRange{ErrorModule::HID, 126}; | 18 | constexpr Result ResultVibrationStrengthOutOfRange{ErrorModule::HID, 126}; |
| 19 | constexpr Result ResultVibrationArraySizeMismatch{ErrorModule::HID, 131}; | 19 | constexpr Result ResultVibrationArraySizeMismatch{ErrorModule::HID, 131}; |
| 20 | 20 | ||
| 21 | constexpr Result InvalidSixAxisFusionRange{ErrorModule::HID, 423}; | 21 | constexpr Result InvalidSixAxisFusionRange{ErrorModule::HID, 423}; |