Merge yuzu-emu#13034

This commit is contained in:
yuzubot
2024-02-17 03:50:28 +00:00
parent 28919e2687
commit 434a5c8685
101 changed files with 5938 additions and 1191 deletions

View File

@ -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;