summaryrefslogtreecommitdiff
path: root/src/common/settings_input.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2022-12-04 13:38:01 -0500
committerGitHub <noreply@github.com>2022-12-04 13:38:01 -0500
commit522e7c5663bcb61a760c412d655295de11c38077 (patch)
treee76cacbb42a31d87eb014783a10597377a9898a4 /src/common/settings_input.h
parentec547824f1f6c347339895057288a990222f21f8 (diff)
parent4cbbf590e3e811fac4b2605e148cd1b7f1ae2eb5 (diff)
Merge pull request #9273 from ameerj/per-game-profile
Configuration: Add per-game input profiles
Diffstat (limited to 'src/common/settings_input.h')
-rw-r--r--src/common/settings_input.h1
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 {
u32 body_color_right;
u32 button_color_left;
u32 button_color_right;
+ std::string profile_name;
};
struct TouchscreenInput {