mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 23:59:54 -06:00
Config: Remove MAIN_USE_DISCORD_PRESENCE from s_setting_saveable
It's already covered by Config::System::Main.
This commit is contained in:
@ -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(),
|
||||||
|
Reference in New Issue
Block a user