mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
ImmediateXFBEnable = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue