Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11463 from JMC47/DisableVISkipWW
Disable VI Skip in Wind Waker and Twilight Princess
  • Loading branch information
delroth committed Jan 19, 2023
2 parents 8d5edb1 + 7e9bd34 commit 1b33372
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Data/Sys/GameSettings/GZ2.ini
Expand Up @@ -15,5 +15,11 @@
[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.

VISkip = False

[Video_Enhancements]
ArbitraryMipmapDetection = True
6 changes: 6 additions & 0 deletions Data/Sys/GameSettings/GZL.ini
Expand Up @@ -16,6 +16,12 @@
EFBAccessEnable = True
EFBToTextureEnable = False

# The game logic itself is ignoring VI interrupts
# and keeps updating shadow video registers.
# Because of this, it is incompatible with VISkip.

VISkip = False

[Video_Enhancements]
ArbitraryMipmapDetection = True

Expand Down
6 changes: 6 additions & 0 deletions Data/Sys/GameSettings/RZD.ini
Expand Up @@ -15,5 +15,11 @@
EFBAccessEnable = True
ImmediateXFBEnable = False

# The game logic itself is ignoring VI interrupts
# and keeps updating shadow video registers.
# Because of this, it is incompatible with VISkip.

VISkip = False

[Video_Enhancements]
ArbitraryMipmapDetection = True

0 comments on commit 1b33372

Please sign in to comment.