mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Merge pull request #9756 from Techjar/memcard-size-config
Replace MemoryCard251 setting with generic MemoryCardSize
This commit is contained in:
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
MemoryCard251 = True
|
||||
MemoryCardSize = 2
|
||||
|
4
Data/Sys/GameSettings/GPXJ01.ini
Normal file
4
Data/Sys/GameSettings/GPXJ01.ini
Normal file
@ -0,0 +1,4 @@
|
||||
# GPXJ01 - Pokémon Box: Ruby & Sapphire (JAP)
|
||||
|
||||
[Core]
|
||||
MemoryCardSize = 0
|
@ -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
|
||||
|
@ -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]
|
||||
|
Reference in New Issue
Block a user