2022-10-27 18:50:13 +00:00
|
|
|
# GXXE01, GXXP01, GXXJ01 - POKeMON XD
|
2013-08-11 15:32:03 +00:00
|
|
|
|
|
|
|
[Core]
|
2022-10-27 18:50:13 +00:00
|
|
|
# Prevents crash when Greevil's henchman and Zook show up
|
2021-12-27 15:22:20 +00:00
|
|
|
CPUThread = False
|
2022-10-27 18:50:13 +00:00
|
|
|
# Prevents various invalid read errors, especially during
|
|
|
|
# normal (multiplayer) battles when doing multiple battles in a row.
|
|
|
|
MMU = True
|
2013-08-11 15:32:03 +00:00
|
|
|
|
|
|
|
[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]
|
2022-10-27 18:50:13 +00:00
|
|
|
# Fixes garbled text.
|
2013-08-11 15:32:03 +00:00
|
|
|
SafeTextureCacheColorSamples = 0
|
2023-05-07 05:54:15 +00:00
|
|
|
# Many areas of the game have unused vertexes, especially with cutscenes
|
|
|
|
# involving Shadow Pokémon, such as the purification cutscene.
|
|
|
|
# CPU Cull ends up greatly boosting performance for these cases.
|
|
|
|
CPUCull = True
|