mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-09 12:58:07 -05:00
config: Reset per-game profile name on load if empty
This commit is contained in:
@ -90,6 +90,7 @@ void QtConfig::ReadQtPlayerValues(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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user