1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-26 14:06:31 -05:00

Merge pull request #4809 from Morph1984/mjolnir-p3

configure_input_player: Fix modifier buttons
This commit is contained in:
LC
2020-10-20 15:00:06 -04:00
committed by GitHub
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;