Replace MemoryCard251 setting with generic MemoryCardSize

This allows for a broader range of game-specific memory card sizes to
be configured.
This commit is contained in:
Techjar
2021-05-27 01:59:12 -04:00
parent 52a388af9a
commit 33a6701e56
12 changed files with 44 additions and 23 deletions

View File

@ -4,7 +4,7 @@
# Values set here will override the main Dolphin settings.
# This game does not work properly with large memorycards, use a 251 block card
# see https://www.nintendo.com/consumer/memorycard1019.jsp
MemoryCard251 = True
MemoryCardSize = 2
[OnLoad]
# Add memory patches to be loaded once on boot here.

View File

@ -4,7 +4,7 @@
# Values set here will override the main Dolphin settings.
# This game does not work properly with large memorycards, use a 251 block card
# see https://www.nintendo.com/consumer/memorycard1019.jsp
MemoryCard251 = True
MemoryCardSize = 2
[OnLoad]
# Add memory patches to be loaded once on boot here.

View File

@ -2,4 +2,4 @@
[Core]
# Values set here will override the main Dolphin settings.
MemoryCard251 = True
MemoryCardSize = 2

View File

@ -2,7 +2,7 @@
[Core]
# Values set here will override the main Dolphin settings.
MemoryCard251 = True
MemoryCardSize = 2
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -14,4 +14,4 @@ MemoryCard251 = True
# Add action replay cheats here.
[Video_Hacks]
ImmediateXFBEnable = False
ImmediateXFBEnable = False

View File

@ -4,7 +4,7 @@
# Values set here will override the main Dolphin settings.
# This game does not work properly with large memorycards, use a 251 block card
# see https://www.nintendo.com/consumer/memorycard1019.jsp
MemoryCard251 = True
MemoryCardSize = 2
CPUThread = False
[OnLoad]