2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:47:42 +00:00

Fix CMemoryCardSys

This commit is contained in:
2020-04-15 04:27:06 -07:00
parent 8a974d6e5e
commit e553a9022f
6 changed files with 96 additions and 64 deletions

View File

@@ -81,10 +81,10 @@ bool SpecBase::canExtract(const ExtractPassInfo& info, std::vector<ExtractReport
case ERegion::NTSC_U:
regstr = &regE;
break;
case ERegion::PAL:
case ERegion::NTSC_J:
regstr = &regJ;
break;
case ERegion::NTSC_J:
case ERegion::PAL:
regstr = &regP;
break;
default: