mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	cfg: Fix auto-region detecting when the launched title has no regions. (#7218)
This commit is contained in:
		
							parent
							
								
									9da78f6126
								
							
						
					
					
						commit
						0ed909e782
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -661,6 +661,10 @@ void Module::UpdatePreferredRegionCode() { | |||
|     } | ||||
| 
 | ||||
|     const auto preferred_regions = system.GetAppLoader().GetPreferredRegions(); | ||||
|     if (preferred_regions.empty()) { | ||||
|         return; | ||||
|     } | ||||
| 
 | ||||
|     const auto current_language = GetRawSystemLanguage(); | ||||
|     const auto [region, adjusted_language] = | ||||
|         AdjustLanguageInfoBlock(preferred_regions, current_language); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue