mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	clang-format
This commit is contained in:
		
							parent
							
								
									848bfaf8cb
								
							
						
					
					
						commit
						69b32f174c
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -80,11 +80,10 @@ static QString GetRegionFromSMDH(const Loader::SMDH& smdh) { | |||
|         {GameRegion::Japan, QObject::tr("Japan")}, | ||||
|         {GameRegion::NorthAmerica, QObject::tr("North America")}, | ||||
|         {GameRegion::Europe, QObject::tr("Europe")}, | ||||
|         {GameRegion::Australia,QObject::tr("Australia")}, | ||||
|         {GameRegion::Australia, QObject::tr("Australia")}, | ||||
|         {GameRegion::China, QObject::tr("China")}, | ||||
|         {GameRegion::Korea, QObject::tr("Korea")}, | ||||
|         {GameRegion::Taiwan, QObject::tr("Taiwan")} | ||||
|     }; | ||||
|         {GameRegion::Taiwan, QObject::tr("Taiwan")}}; | ||||
| 
 | ||||
|     std::vector<GameRegion> regions = smdh.GetRegions(); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue