mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-10 01:07:51 +00:00

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.
19 lines
365 B
INI
19 lines
365 B
INI
# GPTE41, GPTP41 - Prince of Persia : The Sands of Time
|
|
|
|
[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]
|
|
|
|
[Video_Hacks]
|
|
# Fixes FMVs tearing
|
|
EarlyXFBOutput = False
|
|
# Fixes FMVs not showing
|
|
ImmediateXFBEnable = False
|