Force Wallace and Gromit to use smaller memcard.

This commit is contained in:
JMC47 2017-02-21 15:53:57 -05:00
parent 95b2b033b0
commit d320a2a067
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
[Core]
# Values set here will override the main Dolphin settings.
MemoryCard251 = True
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.

View File

@ -130,6 +130,7 @@ CEXIMemoryCard::CEXIMemoryCard(const int index, bool gciFolder) : card_index(ind
// WTA Tour Tennis GWTEA4 GWTJA4 GWTPA4
// Disney Sports : Skate Boarding GDXEA4 GDXPA4 GDXJA4
// Disney Sports : Soccer GDKEA4
// Wallace and Gromit in Pet Zoo GWLE6L GWLX6L
// Use a 16Mb (251 block) memory card for these games
bool useMC251;
IniFile gameIni = SConfig::GetInstance().LoadGameIni();