diff options
| author | FrankyBuster <blackyoshi485@gmail.com> | 2026-02-15 17:30:51 -0300 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2026-02-20 20:02:51 -0600 |
| commit | aff3e3190cb6438455fd897ae2b142b395d7792b (patch) | |
| tree | f45556dfbec0b07ad641724234f20b04793473d6 /Data | |
| parent | 2eeff845bd01aa3f1bdca5682940a80356591236 (diff) | |
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 <jordan.woyak@gmail.com>
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/GM5.ini | 12 |
1 files 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 |
