Update smdh.cpp
This commit is contained in:
parent
a9df1c29f9
commit
fb16700fe5
|
@ -52,6 +52,10 @@ SMDH::GameRegion SMDH::GetRegion() const {
|
||||||
if (region_lockout == 0x7fffffff) {
|
if (region_lockout == 0x7fffffff) {
|
||||||
return GameRegion::RegionFree;
|
return GameRegion::RegionFree;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (region_lockout == 0x00000050) {
|
||||||
|
return GameRegion::Taiwan;
|
||||||
|
} // hack to fix TWN games that support CHN consoles
|
||||||
|
|
||||||
constexpr u32 REGION_COUNT = 7;
|
constexpr u32 REGION_COUNT = 7;
|
||||||
u32 region = 0;
|
u32 region = 0;
|
||||||
|
|
Reference in New Issue