diff options
| author | 2021-11-26 19:29:08 -0600 | |
|---|---|---|
| committer | 2021-11-26 19:31:04 -0600 | |
| commit | 182cd9004f75df21979d0edd47910fecbd129b63 (patch) | |
| tree | 0e53bca95c6cdf14ab763d425c3f776fb466edf4 /src/common | |
| parent | applet/controller: Enable configuring mode while the applet is open (diff) | |
| download | yuzu-182cd9004f75df21979d0edd47910fecbd129b63.tar.gz yuzu-182cd9004f75df21979d0edd47910fecbd129b63.tar.xz yuzu-182cd9004f75df21979d0edd47910fecbd129b63.zip | |
config: Remove vibration configuration
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/settings_input.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/settings_input.h b/src/common/settings_input.h index 9a8804488..9e3df7376 100644 --- a/src/common/settings_input.h +++ b/src/common/settings_input.h | |||
| @@ -357,7 +357,6 @@ constexpr int NUM_KEYBOARD_MODS_HID = NumKeyboardMods; | |||
| 357 | using AnalogsRaw = std::array<std::string, NativeAnalog::NumAnalogs>; | 357 | using AnalogsRaw = std::array<std::string, NativeAnalog::NumAnalogs>; |
| 358 | using ButtonsRaw = std::array<std::string, NativeButton::NumButtons>; | 358 | using ButtonsRaw = std::array<std::string, NativeButton::NumButtons>; |
| 359 | using MotionsRaw = std::array<std::string, NativeMotion::NumMotions>; | 359 | using MotionsRaw = std::array<std::string, NativeMotion::NumMotions>; |
| 360 | using VibrationsRaw = std::array<std::string, NativeVibration::NumVibrations>; | ||
| 361 | 360 | ||
| 362 | constexpr u32 JOYCON_BODY_NEON_RED = 0xFF3C28; | 361 | constexpr u32 JOYCON_BODY_NEON_RED = 0xFF3C28; |
| 363 | constexpr u32 JOYCON_BUTTONS_NEON_RED = 0x1E0A0A; | 362 | constexpr u32 JOYCON_BUTTONS_NEON_RED = 0x1E0A0A; |
| @@ -378,7 +377,6 @@ struct PlayerInput { | |||
| 378 | ControllerType controller_type; | 377 | ControllerType controller_type; |
| 379 | ButtonsRaw buttons; | 378 | ButtonsRaw buttons; |
| 380 | AnalogsRaw analogs; | 379 | AnalogsRaw analogs; |
| 381 | VibrationsRaw vibrations; | ||
| 382 | MotionsRaw motions; | 380 | MotionsRaw motions; |
| 383 | 381 | ||
| 384 | bool vibration_enabled; | 382 | bool vibration_enabled; |