Merge pull request #9756 from Techjar/memcard-size-config

Replace MemoryCard251 setting with generic MemoryCardSize
This commit is contained in:
Léo Lam
2021-06-13 16:09:54 +02:00
committed by GitHub
13 changed files with 48 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

@ -0,0 +1,4 @@
# GPXJ01 - Pokémon Box: Ruby & Sapphire (JAP)
[Core]
MemoryCardSize = 0

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]