Merge pull request #13248 from Nystrata/metroid-prime-suggestedaspectratio
Force Metroid Prime GCN and Metroid Prime 2 GCN to be 4:3
This commit is contained in:
commit
ce508ba434
|
@ -12,6 +12,7 @@ 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.
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
[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.
|
||||
|
|
Loading…
Reference in New Issue