mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-31 10:01:26 +02:00
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]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
|
SuggestedAspectRatio = 2
|
||||||
|
|
||||||
# Because the minimap has a lot of unused triangles,
|
# Because the minimap has a lot of unused triangles,
|
||||||
# CPU Cull can greatly speed up demanding areas of the game.
|
# CPU Cull can greatly speed up demanding areas of the game.
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
|
SuggestedAspectRatio = 2
|
||||||
|
|
||||||
# Because the minimap has a lot of unused triangles,
|
# Because the minimap has a lot of unused triangles,
|
||||||
# CPU Cull can greatly speed up demanding areas of the game.
|
# CPU Cull can greatly speed up demanding areas of the game.
|
||||||
|
Loading…
Reference in New Issue
Block a user