diff options
| author | 2022-11-17 19:23:48 -0500 | |
|---|---|---|
| committer | 2022-11-20 14:06:31 -0500 | |
| commit | 9efdad6a2733e701b24e9edcbad1851692ca8863 (patch) | |
| tree | a0ba33591b59e59bcea565e3d5ec5b8b1846a687 /src/common/settings_input.h | |
| parent | Merge pull request #9250 from v1993/patch-10 (diff) | |
| download | yuzu-9efdad6a2733e701b24e9edcbad1851692ca8863.tar.gz yuzu-9efdad6a2733e701b24e9edcbad1851692ca8863.tar.xz yuzu-9efdad6a2733e701b24e9edcbad1851692ca8863.zip | |
Configuration: Add per-game input profiles
Diffstat (limited to 'src/common/settings_input.h')
| -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 { |