mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +00:00
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
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue