Skip to content
Permalink
Browse files
Merge pull request #11643 from InfoManiac742/master
Fix missing GameINI for Japanese version of Sonic Adventure 2: Battle
  • Loading branch information
lioncash committed Mar 12, 2023
2 parents ab05dfc + b7593c2 commit 5d07a45
Showing 1 changed file with 20 additions and 0 deletions.
@@ -0,0 +1,20 @@
# GSBJ8P - Sonic Adventure 2 Battle

[Core]
# Values set here will override the main Dolphin settings.
CPUThread = False

[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.

[Video_Settings]
SafeTextureCacheColorSamples = 512

[Video_Hacks]
DeferEFBCopies = False

0 comments on commit 5d07a45

Please sign in to comment.