From 1d29d6638acb489ef55f54530257df6fdaca9e0a Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Thu, 17 Sep 2020 12:46:41 -0700 Subject: [PATCH] Add INI note for Wii Fit and Wii Fit Plus Refer to bug 11858 for details. --- Data/Sys/GameSettings/RFN.ini | 7 +++++++ Data/Sys/GameSettings/RFP.ini | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 Data/Sys/GameSettings/RFN.ini create mode 100644 Data/Sys/GameSettings/RFP.ini diff --git a/Data/Sys/GameSettings/RFN.ini b/Data/Sys/GameSettings/RFN.ini new file mode 100644 index 0000000000..bafd5629c2 --- /dev/null +++ b/Data/Sys/GameSettings/RFN.ini @@ -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 diff --git a/Data/Sys/GameSettings/RFP.ini b/Data/Sys/GameSettings/RFP.ini new file mode 100644 index 0000000000..93aea8f12c --- /dev/null +++ b/Data/Sys/GameSettings/RFP.ini @@ -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