configure_input_player: Fix modifier buttons

Fix them for real this time, now they finally work.
This commit is contained in:
Morph 2020-10-20 14:23:25 -04:00
parent 60bd54776a
commit ff82f3894a
3 changed files with 23 additions and 25 deletions

View file

@ -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;