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:
parent
87b7009c12
commit
f9450f1460
|
@ -13,4 +13,4 @@
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
ImmediateXFBEnable = False
|
||||||
|
|
Loading…
Reference in New Issue