diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-10-20 14:23:25 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-10-20 14:23:25 -0400 |
commit | ff82f3894a373cc636ce79f3fdd7b7b0af7da852 (patch) | |
tree | 7aeea49ba16d7b085dbd3e5537a16414231b9cdf /src/input_common/settings.h | |
parent | 60bd54776adbc9c243fbd9702828b21a4c8570f2 (diff) |
configure_input_player: Fix modifier buttons
Fix them for real this time, now they finally work.
Diffstat (limited to 'src/input_common/settings.h')
-rw-r--r-- | src/input_common/settings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input_common/settings.h b/src/input_common/settings.h index ab0b95cf1..f52d28540 100644 --- a/src/input_common/settings.h +++ b/src/input_common/settings.h @@ -331,8 +331,6 @@ struct PlayerInput { ButtonsRaw buttons; AnalogsRaw analogs; MotionRaw motions; - std::string lstick_mod; - std::string rstick_mod; u32 body_color_left; u32 body_color_right; |