summaryrefslogtreecommitdiff
path: root/src/common/settings_input.h
diff options
context:
space:
mode:
authorGravatar german772021-11-26 19:29:08 -0600
committerGravatar german772021-11-26 19:31:04 -0600
commit182cd9004f75df21979d0edd47910fecbd129b63 (patch)
tree0e53bca95c6cdf14ab763d425c3f776fb466edf4 /src/common/settings_input.h
parentapplet/controller: Enable configuring mode while the applet is open (diff)
downloadyuzu-182cd9004f75df21979d0edd47910fecbd129b63.tar.gz
yuzu-182cd9004f75df21979d0edd47910fecbd129b63.tar.xz
yuzu-182cd9004f75df21979d0edd47910fecbd129b63.zip
config: Remove vibration configuration
Diffstat (limited to 'src/common/settings_input.h')
-rw-r--r--src/common/settings_input.h2
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;
357using AnalogsRaw = std::array<std::string, NativeAnalog::NumAnalogs>; 357using AnalogsRaw = std::array<std::string, NativeAnalog::NumAnalogs>;
358using ButtonsRaw = std::array<std::string, NativeButton::NumButtons>; 358using ButtonsRaw = std::array<std::string, NativeButton::NumButtons>;
359using MotionsRaw = std::array<std::string, NativeMotion::NumMotions>; 359using MotionsRaw = std::array<std::string, NativeMotion::NumMotions>;
360using VibrationsRaw = std::array<std::string, NativeVibration::NumVibrations>;
361 360
362constexpr u32 JOYCON_BODY_NEON_RED = 0xFF3C28; 361constexpr u32 JOYCON_BODY_NEON_RED = 0xFF3C28;
363constexpr u32 JOYCON_BUTTONS_NEON_RED = 0x1E0A0A; 362constexpr 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;