mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
869edd5a66
At least on Android, SyncGPU has really bad performance compared to single core. It's less stable too - I get fatal GPU desyncs in Pokémon XD using the default settings.
21 lines
512 B
INI
21 lines
512 B
INI
# GFZE01, GFZJ01, GFZP01 - F-Zero GX
|
|
# GFZJ8P - F-Zero AX
|
|
|
|
[Core]
|
|
# Values set here will override the main Dolphin settings.
|
|
FPRF = True
|
|
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_Hacks]
|
|
# In the Sand Ocean track, EFB peeks occur across the whole screen.
|
|
# This leads to slow performance with the tile cache enabled, so disable it.
|
|
EFBAccessTileSize = 0 |