Merge pull request #4947 from JMC47/WallaceGromitSaving

Force Wallace and Gromit in Pet Zoo to use smaller memory card
This commit is contained in:
Scott Mansell 2017-02-23 09:52:20 +13:00 committed by GitHub
commit 38f399bdfc
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();