mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
19 lines
493 B
INI
19 lines
493 B
INI
# GTRE78, GTRJ8N, GTRP78 - Tetris Worlds
|
|
|
|
[Core]
|
|
# The game has an uncapped frame rate, which is equivalent to SyncOnSkipIdle already being False.
|
|
# Setting it is meant to avoid any performance regression when using the frame rate limit patch.
|
|
SyncOnSkipIdle = False
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[Video_Hacks]
|
|
# Fixes FMVs tearing.
|
|
EarlyXFBOutput = False
|
|
# Fixes FMVs not showing.
|
|
ImmediateXFBEnable = False
|