diff options
author | german77 <juangerman-13@hotmail.com> | 2021-11-27 02:29:08 +0100 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2021-11-27 02:31:04 +0100 |
commit | 182cd9004f75df21979d0edd47910fecbd129b63 (patch) | |
tree | 0e53bca95c6cdf14ab763d425c3f776fb466edf4 /src/common | |
parent | applet/controller: Enable configuring mode while the applet is open (diff) | |
download | yuzu-182cd9004f75df21979d0edd47910fecbd129b63.tar yuzu-182cd9004f75df21979d0edd47910fecbd129b63.tar.gz yuzu-182cd9004f75df21979d0edd47910fecbd129b63.tar.bz2 yuzu-182cd9004f75df21979d0edd47910fecbd129b63.tar.lz yuzu-182cd9004f75df21979d0edd47910fecbd129b63.tar.xz yuzu-182cd9004f75df21979d0edd47910fecbd129b63.tar.zst yuzu-182cd9004f75df21979d0edd47910fecbd129b63.zip |
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; using AnalogsRaw = std::array<std::string, NativeAnalog::NumAnalogs>; using ButtonsRaw = std::array<std::string, NativeButton::NumButtons>; using MotionsRaw = std::array<std::string, NativeMotion::NumMotions>; -using VibrationsRaw = std::array<std::string, NativeVibration::NumVibrations>; constexpr u32 JOYCON_BODY_NEON_RED = 0xFF3C28; constexpr u32 JOYCON_BUTTONS_NEON_RED = 0x1E0A0A; @@ -378,7 +377,6 @@ struct PlayerInput { ControllerType controller_type; ButtonsRaw buttons; AnalogsRaw analogs; - VibrationsRaw vibrations; MotionsRaw motions; bool vibration_enabled; |