Skip to content
Permalink
Browse files
Merge pull request #9919 from JMC47/memcardsizes
INI: Fix Memcard detection in SSX Tricky and SpongeBob:CFtKK
  • Loading branch information
JosJuice committed Jul 20, 2021
2 parents 2ec0354 + 103120b commit 175878c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
@@ -0,0 +1,17 @@
# GQ4P78, GQ4E78, GQ4F78, GQ4D78 - SpongeBob SquarePants: Creature From the Krusty Krab [GC]

[Core]
# Values set here will override the main Dolphin settings.
MemoryCardSize = 2

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.

[ActionReplay]
# Add action replay cheats here.



@@ -1,7 +1,8 @@
# GSTE69, GSTP69 - SSX Tricky
# GSTE69, GSTP69, GSTJ13 - SSX Tricky

[Core]
# Values set here will override the main Dolphin settings.
MemoryCardSize = 2

[OnLoad]
# Add memory patches to be loaded once on boot here.

0 comments on commit 175878c

Please sign in to comment.