From aff3e3190cb6438455fd897ae2b142b395d7792b Mon Sep 17 00:00:00 2001 From: FrankyBuster Date: Sun, 15 Feb 2026 17:30:51 -0300 Subject: [PATCH] GameINI: Metal Arms Aspect ratio correction Set suggested aspect ratio to 4:3 due to dolphin incorrectly setting it to 16:9 automatically. Apply suggestion from @jordan-woyak Co-authored-by: Jordan Woyak --- Data/Sys/GameSettings/GM5.ini | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Data/Sys/GameSettings/GM5.ini b/Data/Sys/GameSettings/GM5.ini index d3b1d7e396..5a85a00eef 100644 --- a/Data/Sys/GameSettings/GM5.ini +++ b/Data/Sys/GameSettings/GM5.ini @@ -1,14 +1,6 @@ # GM5E7D, GM5F7D, GM5P7D - Metal Arms: Glitch in the System -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Settings] SafeTextureCacheColorSamples = 512 - +# Avoids misbehaving widescreen heuristic. +SuggestedAspectRatio = 2