diff options
| author | fireworksordie <fireworksordie@gmail.com> | 2025-05-07 12:08:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-07 12:08:19 -0500 |
| commit | 7bb78a1d6ee1b062b327a7a544da27e12d261c4a (patch) | |
| tree | efcf85eaae3d9e201d387bd93ad41e0aa0fa3db1 /Data | |
| parent | c9bdda63dc624995406c37f4e29e3b8c4696e6d0 (diff) | |
GameINI: fix screen tearing in PoP:SoT FMVs
Prince of Persia: Sands of Time exhibits screen tearing on FMVs in Dolphin. Tested the setting (suggested by Amphitryon) on PC and Android and can confirm the tearing previously seen is gone with EarlyXFBOutput disabled.
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/GPT.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/GPT.ini b/Data/Sys/GameSettings/GPT.ini index 5d92fe5245..99a14cd3da 100644 --- a/Data/Sys/GameSettings/GPT.ini +++ b/Data/Sys/GameSettings/GPT.ini @@ -12,4 +12,7 @@ [Video_Settings] [Video_Hacks] +# Fixes FMVs tearing +EarlyXFBOutput = False +# Fixes FMVs not showing ImmediateXFBEnable = False |
