mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
GameSettings: Don't force ImmediateXFBEnable off in Zelda: Twilight Princess. It was added only to address poor frame pacing which doesn't warrant it being forced off.
This commit is contained in:
parent
e526c1ffde
commit
d522d2ea2c
@ -10,8 +10,6 @@
|
|||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
ImmediateXFBEnable = False
|
|
||||||
|
|
||||||
# The game logic itself is ignoring VI interrupts
|
# The game logic itself is ignoring VI interrupts
|
||||||
# and keeps updating shadow video registers.
|
# and keeps updating shadow video registers.
|
||||||
# Because of this, it is incompatible with VISkip.
|
# Because of this, it is incompatible with VISkip.
|
||||||
|
|||||||
@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBAccessEnable = True
|
EFBAccessEnable = True
|
||||||
ImmediateXFBEnable = False
|
|
||||||
|
|
||||||
# The game logic itself is ignoring VI interrupts
|
# The game logic itself is ignoring VI interrupts
|
||||||
# and keeps updating shadow video registers.
|
# and keeps updating shadow video registers.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user