Config: Add an ini setting to control real Wii Remote report duplication and decouple it from the speaker data setting.

It is enabled by default.
This commit is contained in:
Jordan Woyak
2021-06-26 17:21:30 -05:00
parent 52fb2fad40
commit a2acd0b92e
4 changed files with 14 additions and 4 deletions

View File

@ -109,6 +109,8 @@ const Info<DiscIO::Region> MAIN_FALLBACK_REGION{{System::Main, "Core", "Fallback
const Info<bool> MAIN_AUTO_DISC_CHANGE{{System::Main, "Core", "AutoDiscChange"}, false};
const Info<bool> MAIN_ALLOW_SD_WRITES{{System::Main, "Core", "WiiSDCardAllowWrites"}, true};
const Info<bool> MAIN_ENABLE_SAVESTATES{{System::Main, "Core", "EnableSaveStates"}, false};
const Info<bool> MAIN_REAL_WII_REMOTE_REPEAT_REPORTS{
{System::Main, "Core", "RealWiiRemoteRepeatReports"}, true};
// Main.Display