Merge pull request #9273 from ameerj/per-game-profile

Configuration: Add per-game input profiles
This commit is contained in:
liamwhite 2022-12-04 13:38:01 -05:00 committed by GitHub
commit caa1555bc2
13 changed files with 587 additions and 27 deletions

View file

@ -391,6 +391,7 @@ struct PlayerInput {
u32 body_color_right;
u32 button_color_left;
u32 button_color_right;
std::string profile_name;
};
struct TouchscreenInput {