GameINI: SVX.ini: Replace EFBToTextureEnable=False with ImmediateXFBEnable=False

To fix flickering pre-rendered cutscenes, the former doesn't do anything anymore, while the latter does.
This commit is contained in:
Martino Fontana 2024-07-27 15:42:12 +02:00
parent 87b7009c12
commit f9450f1460

View File

@ -13,4 +13,4 @@
# Add action replay cheats here.
[Video_Hacks]
EFBToTextureEnable = False
ImmediateXFBEnable = False