summaryrefslogtreecommitdiffstats
path: root/src/common/settings_input.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-11-18 01:23:48 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2022-11-20 20:06:31 +0100
commit9efdad6a2733e701b24e9edcbad1851692ca8863 (patch)
treea0ba33591b59e59bcea565e3d5ec5b8b1846a687 /src/common/settings_input.h
parentMerge pull request #9250 from v1993/patch-10 (diff)
downloadyuzu-9efdad6a2733e701b24e9edcbad1851692ca8863.tar
yuzu-9efdad6a2733e701b24e9edcbad1851692ca8863.tar.gz
yuzu-9efdad6a2733e701b24e9edcbad1851692ca8863.tar.bz2
yuzu-9efdad6a2733e701b24e9edcbad1851692ca8863.tar.lz
yuzu-9efdad6a2733e701b24e9edcbad1851692ca8863.tar.xz
yuzu-9efdad6a2733e701b24e9edcbad1851692ca8863.tar.zst
yuzu-9efdad6a2733e701b24e9edcbad1851692ca8863.zip
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 {