diff options
| author | 2020-10-20 14:23:25 -0400 | |
|---|---|---|
| committer | 2020-10-20 14:23:25 -0400 | |
| commit | ff82f3894a373cc636ce79f3fdd7b7b0af7da852 (patch) | |
| tree | 7aeea49ba16d7b085dbd3e5537a16414231b9cdf /src/input_common | |
| parent | Merge pull request #4788 from ReinUsesLisp/lockfree-host-thread (diff) | |
| download | yuzu-ff82f3894a373cc636ce79f3fdd7b7b0af7da852.tar.gz yuzu-ff82f3894a373cc636ce79f3fdd7b7b0af7da852.tar.xz yuzu-ff82f3894a373cc636ce79f3fdd7b7b0af7da852.zip | |
configure_input_player: Fix modifier buttons
Fix them for real this time, now they finally work.
Diffstat (limited to 'src/input_common')
| -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 { | |||
| 331 | ButtonsRaw buttons; | 331 | ButtonsRaw buttons; |
| 332 | AnalogsRaw analogs; | 332 | AnalogsRaw analogs; |
| 333 | MotionRaw motions; | 333 | MotionRaw motions; |
| 334 | std::string lstick_mod; | ||
| 335 | std::string rstick_mod; | ||
| 336 | 334 | ||
| 337 | u32 body_color_left; | 335 | u32 body_color_left; |
| 338 | u32 body_color_right; | 336 | u32 body_color_right; |