Skip to content

Commit

Permalink
Merge pull request #11218 from JMC47/pxdmmu
Browse files Browse the repository at this point in the history
Enable MMU in Pokemon XD
  • Loading branch information
AdmiralCurtiss committed Oct 28, 2022
2 parents 5ee7a55 + 8080ebc commit 904551f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Data/Sys/GameSettings/GXX.ini
@@ -1,8 +1,11 @@
# GXXE01, GXXP01 - POKeMON XD
# GXXE01, GXXP01, GXXJ01 - POKeMON XD

[Core]
# Values set here will override the main Dolphin settings.
# Prevents crash when Greevil's henchman and Zook show up
CPUThread = False
# Prevents various invalid read errors, especially during
# normal (multiplayer) battles when doing multiple battles in a row.
MMU = True

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -14,4 +17,5 @@ CPUThread = False
# Add action replay cheats here.

[Video_Settings]
# Fixes garbled text.
SafeTextureCacheColorSamples = 0

0 comments on commit 904551f

Please sign in to comment.