mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 06:44:59 +00:00
Enable MMU in Pokemon XD
Fixes invalid read spam during normal battles and Pokemon Bingo.
This commit is contained in:
parent
59c8358e40
commit
8080ebcd76
1 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
||||||
# GXXE01, GXXP01 - POKeMON XD
|
# GXXE01, GXXP01, GXXJ01 - POKeMON XD
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Prevents crash when Greevil's henchman and Zook show up
|
||||||
CPUThread = False
|
CPUThread = False
|
||||||
|
# Prevents various invalid read errors, especially during
|
||||||
|
# normal (multiplayer) battles when doing multiple battles in a row.
|
||||||
|
MMU = True
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
@ -14,4 +17,5 @@ CPUThread = False
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
# Fixes garbled text.
|
||||||
SafeTextureCacheColorSamples = 0
|
SafeTextureCacheColorSamples = 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue