Force Wallace and Gromit to use smaller memcard.
This commit is contained in:
parent
95b2b033b0
commit
d320a2a067
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
|
MemoryCard251 = True
|
||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
|
|
|
@ -130,6 +130,7 @@ CEXIMemoryCard::CEXIMemoryCard(const int index, bool gciFolder) : card_index(ind
|
||||||
// WTA Tour Tennis GWTEA4 GWTJA4 GWTPA4
|
// WTA Tour Tennis GWTEA4 GWTJA4 GWTPA4
|
||||||
// Disney Sports : Skate Boarding GDXEA4 GDXPA4 GDXJA4
|
// Disney Sports : Skate Boarding GDXEA4 GDXPA4 GDXJA4
|
||||||
// Disney Sports : Soccer GDKEA4
|
// Disney Sports : Soccer GDKEA4
|
||||||
|
// Wallace and Gromit in Pet Zoo GWLE6L GWLX6L
|
||||||
// Use a 16Mb (251 block) memory card for these games
|
// Use a 16Mb (251 block) memory card for these games
|
||||||
bool useMC251;
|
bool useMC251;
|
||||||
IniFile gameIni = SConfig::GetInstance().LoadGameIni();
|
IniFile gameIni = SConfig::GetInstance().LoadGameIni();
|
||||||
|
|
Loading…
Reference in New Issue