From f72f046bf1ccbc72f1446ef886ec4a96acfff6b7 Mon Sep 17 00:00:00 2001 From: JMC47 Date: Tue, 5 Sep 2023 13:58:39 -0400 Subject: [PATCH] Fix Aspect Ratio Swapping in Metroid Prime 2 --- Data/Sys/GameSettings/G2M.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Data/Sys/GameSettings/G2M.ini b/Data/Sys/GameSettings/G2M.ini index 816c33cb8f..423f4437d6 100644 --- a/Data/Sys/GameSettings/G2M.ini +++ b/Data/Sys/GameSettings/G2M.ini @@ -16,6 +16,11 @@ CPUThread = False [Video_Settings] SafeTextureCacheColorSamples = 512 +# Using a widescreen heuristic modification +# fixes the game changing aspect ratios during gameplay. + +WidescreenHeuristicTransitionThreshold = 20 + # Because the minimap has a lot of unused triangles, # CPU Cull can greatly speed up demanding areas of the game.