blob: 571ee55c96b47375a16232c3cbad63830d3d6bc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# G2ME01, G2MJ01, G2MP01 - Metroid Prime 2: Echoes
[Core]
CPUThread = False
[Video_Settings]
SafeTextureCacheColorSamples = 512
SuggestedAspectRatio = 2
# 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
|