mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-09 12:24:04 -05:00
20 lines
708 B
INI
20 lines
708 B
INI
# REXE01, REXP01, REXJ01 - Excite Truck
|
|
|
|
[Core]
|
|
# The game has an undetected idle loop (normal race) or runs uncapped (menus, slow motion due to car crash),
|
|
# which is equivalent to SyncOnSkipIdle already being False.
|
|
# Setting it to False is meant to avoid any performance regression when using the speed hack.
|
|
# Despite dual core not being very stable in this game, using the speed hack combined with True doesn't
|
|
# seem to improve the stability, while also having dramatically worse performance.
|
|
SyncOnSkipIdle = False
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[Video_Hacks]
|
|
# Fixes trees appearing black.
|
|
EFBToTextureEnable = False
|