Merge pull request #9094 from Pokechu22/wii-fit-ini-note

Add INI note for Wii Fit and Wii Fit Plus
This commit is contained in:
Léo Lam 2020-10-20 02:07:52 +02:00 committed by GitHub
commit b26c2e7adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# RFNP01, RFNJ01, RFNW01, RFNE01, RFNK01 - Wii Fit and Wii Fit Channel
[Video_Hacks]
# The Wii Fit Channel shows Mii faces and a graph; however, EFBToTextureEnable must be disabled for this to work.
# Since both the channel and the main game update these images, it must be disabled for both. (They both have the same GameID, though.)
# However, this has a performance impact, so if the Wii Fit Channel is not going to be used, this does not need to be disabled.
#EFBToTextureEnable = False

View File

@ -0,0 +1,7 @@
# RFPE01, RFPJ01, RFPR01, RFPP01, RFPK01, RFPW01 - Wii Fit Plus and Wii Fit Plus Channel
[Video_Hacks]
# The Wii Fit Plus Channel shows Mii faces and a graph; however, EFBToTextureEnable must be disabled for this to work.
# Since both the channel and the main game update these images, it must be disabled for both. (They both have the same GameID, though.)
# However, this has a performance impact, so if the Wii Fit Channel is not going to be used, this does not need to be disabled.
#EFBToTextureEnable = False