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.
This commit is contained in:
parent
c9bdda63dc
commit
7bb78a1d6e
|
@ -12,4 +12,7 @@
|
|||
[Video_Settings]
|
||||
|
||||
[Video_Hacks]
|
||||
# Fixes FMVs tearing
|
||||
EarlyXFBOutput = False
|
||||
# Fixes FMVs not showing
|
||||
ImmediateXFBEnable = False
|
||||
|
|
Loading…
Reference in New Issue