Merge pull request #11463 from JMC47/DisableVISkipWW

Disable VI Skip in Wind Waker and Twilight Princess
This commit is contained in:
Pierre Bourdon 2023-01-19 01:45:20 +01:00 committed by GitHub
commit 1b333727e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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