mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-30 18:24:15 +01:00 
			
		
		
		
	config: Reset per-game profile name on load if empty
This commit is contained in:
		
							parent
							
								
									a251f77556
								
							
						
					
					
						commit
						dc2c302a84
					
				| @ -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; | ||||
|  | ||||
| @ -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; | ||||
|         } | ||||
|     } | ||||
|  | ||||
| @ -103,6 +103,7 @@ void SdlConfig::ReadSdlPlayerValues(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; | ||||
|         } | ||||
|     } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user