mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Force Wallace and Gromit to use smaller memcard.
This commit is contained in:
parent
95b2b033b0
commit
d320a2a067
2 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue