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:
JMC47 2025-01-17 22:16:57 -05:00 committed by GitHub
commit ce508ba434
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -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.