diff options
| author | 2022-12-04 13:38:01 -0500 | |
|---|---|---|
| committer | 2022-12-04 13:38:01 -0500 | |
| commit | 522e7c5663bcb61a760c412d655295de11c38077 (patch) | |
| tree | e76cacbb42a31d87eb014783a10597377a9898a4 /src/common | |
| parent | Merge pull request #9372 from liamwhite/vk12 (diff) | |
| parent | configure_input_player: Fix profile saving when using handheld controller type (diff) | |
| download | yuzu-522e7c5663bcb61a760c412d655295de11c38077.tar.gz yuzu-522e7c5663bcb61a760c412d655295de11c38077.tar.xz yuzu-522e7c5663bcb61a760c412d655295de11c38077.zip | |
Merge pull request #9273 from ameerj/per-game-profile
Configuration: Add per-game input profiles
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/settings_input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings_input.h b/src/common/settings_input.h index 485e4ad22..46f38c703 100644 --- a/src/common/settings_input.h +++ b/src/common/settings_input.h | |||
| @@ -391,6 +391,7 @@ struct PlayerInput { | |||
| 391 | u32 body_color_right; | 391 | u32 body_color_right; |
| 392 | u32 button_color_left; | 392 | u32 button_color_left; |
| 393 | u32 button_color_right; | 393 | u32 button_color_right; |
| 394 | std::string profile_name; | ||
| 394 | }; | 395 | }; |
| 395 | 396 | ||
| 396 | struct TouchscreenInput { | 397 | struct TouchscreenInput { |