diff options
| author | JosJuice <josjuice@gmail.com> | 2026-02-23 19:11:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-23 19:11:58 +0100 |
| commit | 000eaf0c0ce9121c1f57cdd19999a5b591b0e9ac (patch) | |
| tree | f5c9ba720fd3934886170e428055da2d7b2cf90f | |
| parent | ffa03fec786cc08baa99ad9c34b042056d75c779 (diff) | |
| parent | e3c2ed625085767a4fa7a363240b66307767a2a7 (diff) | |
Merge pull request #14389 from FrankyBuster/master
Metal Arms and PoP Two Thrones aspect ratio setting fix
| -rw-r--r-- | Data/Sys/GameSettings/GKM.ini | 11 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/GM5.ini | 12 |
2 files changed, 4 insertions, 19 deletions
diff --git a/Data/Sys/GameSettings/GKM.ini b/Data/Sys/GameSettings/GKM.ini index 0fc45ba32d..bc7a6f2844 100644 --- a/Data/Sys/GameSettings/GKM.ini +++ b/Data/Sys/GameSettings/GKM.ini @@ -1,14 +1,7 @@ # GKME41, GKMP41 - Prince of Persia The Two Thrones -[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 FastDepthCalc = True +# Avoids misbehaving widescreen heuristic. +SuggestedAspectRatio = 2 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 |
