mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge branch 'patch-1' of https://github.com/Jhynjhiruu/citra into Jhynjhiruu-patch-1
This commit is contained in:
		
						commit
						aabc2144bf
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		|  | @ -53,6 +53,12 @@ SMDH::GameRegion SMDH::GetRegion() const { | |||
|         return GameRegion::RegionFree; | ||||
|     } | ||||
| 
 | ||||
|     constexpr u32 taiwan_and_china = | ||||
|         (1 << static_cast<u32>(GameRegion::Taiwan)) | (1 << static_cast<u32>(GameRegion::China)); | ||||
|     if (region_lockout == taiwan_and_china) { | ||||
|         return GameRegion::Taiwan; | ||||
|     } // hack to fix TWN games that support CHN consoles
 | ||||
| 
 | ||||
|     constexpr u32 REGION_COUNT = 7; | ||||
|     u32 region = 0; | ||||
|     for (; region < REGION_COUNT; ++region) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue