summaryrefslogtreecommitdiffstats
path: root/src/frontend_common/config.cpp
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-02-18 04:22:06 +0100
committerGitHub <noreply@github.com>2024-02-18 04:22:06 +0100
commite7146309dec4fab504977186571228571efed009 (patch)
treeb1302cb237f91c5f0ccb9863a0b0a2fb427a3c14 /src/frontend_common/config.cpp
parentMerge pull request #13017 from liamwhite/suspension (diff)
parentandroid: Input mapping (diff)
downloadyuzu-e7146309dec4fab504977186571228571efed009.tar
yuzu-e7146309dec4fab504977186571228571efed009.tar.gz
yuzu-e7146309dec4fab504977186571228571efed009.tar.bz2
yuzu-e7146309dec4fab504977186571228571efed009.tar.lz
yuzu-e7146309dec4fab504977186571228571efed009.tar.xz
yuzu-e7146309dec4fab504977186571228571efed009.tar.zst
yuzu-e7146309dec4fab504977186571228571efed009.zip
Diffstat (limited to '')
-rw-r--r--src/frontend_common/config.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend_common/config.cpp b/src/frontend_common/config.cpp
index 2bebfeef9..95f8c8c36 100644
--- a/src/frontend_common/config.cpp
+++ b/src/frontend_common/config.cpp
@@ -138,6 +138,7 @@ void Config::ReadPlayerValues(const std::size_t player_index) {
if (profile_name.empty()) {
// Use the global input config
player = Settings::values.players.GetValue(true)[player_index];
+ player.profile_name = "";
return;
}
player.profile_name = profile_name;