blob: efd976aff2d4a21a00d0b927def7c9a441e294c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
|