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:
Jordan Woyak 2025-11-22 04:30:49 -06:00
parent e526c1ffde
commit d522d2ea2c
2 changed files with 0 additions and 3 deletions

View File

@ -10,8 +10,6 @@
# Add action replay cheats here.
[Video_Hacks]
ImmediateXFBEnable = False
# The game logic itself is ignoring VI interrupts
# and keeps updating shadow video registers.
# Because of this, it is incompatible with VISkip.

View File

@ -10,7 +10,6 @@
[Video_Hacks]
EFBAccessEnable = True
ImmediateXFBEnable = False
# The game logic itself is ignoring VI interrupts
# and keeps updating shadow video registers.