Config: Remove MAIN_USE_DISCORD_PRESENCE from s_setting_saveable
It's already covered by Config::System::Main.
This commit is contained in:
parent
d28155a7bb
commit
51bc86fc25
|
@ -27,10 +27,6 @@ bool IsSettingSaveable(const Config::Location& config_location)
|
||||||
}
|
}
|
||||||
|
|
||||||
static const auto s_setting_saveable = {
|
static const auto s_setting_saveable = {
|
||||||
// UI.General
|
|
||||||
|
|
||||||
&Config::MAIN_USE_DISCORD_PRESENCE.GetLocation(),
|
|
||||||
|
|
||||||
// Wiimote
|
// Wiimote
|
||||||
|
|
||||||
&Config::WIIMOTE_1_SOURCE.GetLocation(),
|
&Config::WIIMOTE_1_SOURCE.GetLocation(),
|
||||||
|
|
Loading…
Reference in New Issue