blob: a03772629c481adb5b56e038b3d3eb06f976ca86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# R3ME01, R3MP01 - Metroid Prime Trilogy
[Video_Settings]
# Because the minimap has a lot of unused triangles,
# CPU Cull can greatly speed up demanding areas of the game.
CPUCull = True
[Video_Hacks]
# Required for "scan visor" to work.
EFBToTextureEnable = False
ImmediateXFBEnable = False
XFBToTextureEnable = False
DeferEFBCopies = False
|