mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
bdf8b4eb35
Fixes issues 8713 and 8674. Also disables scaled efb copies by default for New Super Mario Bros to take advantage of the recent efb to texture spinning coin fix.
24 lines
566 B
INI
24 lines
566 B
INI
# GXXE01, GXXP01 - POKeMON XD
|
|
|
|
[Core]
|
|
# Values set here will override the main Dolphin settings.
|
|
SyncGPU = True
|
|
|
|
[EmuState]
|
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
|
EmulationStateId = 4
|
|
EmulationIssues = HLE music fades in and out. If EFB scale is not integral, 1x, 2x or 3x serious texture glitches occur
|
|
|
|
[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]
|
|
EFBScale = -1
|
|
SafeTextureCacheColorSamples = 0
|