From e3c2ed625085767a4fa7a363240b66307767a2a7 Mon Sep 17 00:00:00 2001 From: FrankyBuster Date: Sun, 15 Feb 2026 17:38:33 -0300 Subject: [PATCH] GameINI: PoP Two Thrones Aspect ratio correction Set suggested aspect ratio to 4:3 due to dolphin incorrectly setting it to 16:9 automatically. --- Data/Sys/GameSettings/GKM.ini | 11 ++--------- 1 file 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