diff options
| author | FrankyBuster <blackyoshi485@gmail.com> | 2026-02-15 17:38:33 -0300 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2026-02-20 20:02:51 -0600 |
| commit | e3c2ed625085767a4fa7a363240b66307767a2a7 (patch) | |
| tree | c5c3679e8fc3156421cd8a3ed55feff4e630e590 | |
| parent | aff3e3190cb6438455fd897ae2b142b395d7792b (diff) | |
GameINI: PoP Two Thrones Aspect ratio correction
Set suggested aspect ratio to 4:3 due to dolphin incorrectly setting it to 16:9 automatically.
| -rw-r--r-- | Data/Sys/GameSettings/GKM.ini | 11 |
1 files changed, 2 insertions, 9 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 |
