mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Update smdh.cpp
This commit is contained in:
		
							parent
							
								
									a9df1c29f9
								
							
						
					
					
						commit
						fb16700fe5
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -52,6 +52,10 @@ SMDH::GameRegion SMDH::GetRegion() const { | |||
|     if (region_lockout == 0x7fffffff) { | ||||
|         return GameRegion::RegionFree; | ||||
|     } | ||||
|      | ||||
|     if (region_lockout == 0x00000050) { | ||||
|         return GameRegion::Taiwan; | ||||
|     } // hack to fix TWN games that support CHN consoles
 | ||||
| 
 | ||||
|     constexpr u32 REGION_COUNT = 7; | ||||
|     u32 region = 0; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue