mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Migrate video backend setting to the new config system
Fixes https://bugs.dolphin-emu.org/issues/12087
This commit is contained in:
@ -28,7 +28,7 @@ bool IsSettingSaveable(const Config::Location& config_location)
|
||||
return true;
|
||||
}
|
||||
|
||||
static constexpr std::array<const Config::Location*, 102> s_setting_saveable = {
|
||||
static constexpr std::array<const Config::Location*, 103> s_setting_saveable = {
|
||||
// Main.Core
|
||||
|
||||
&Config::MAIN_DEFAULT_ISO.location,
|
||||
@ -40,6 +40,7 @@ bool IsSettingSaveable(const Config::Location& config_location)
|
||||
&Config::MAIN_RAM_OVERRIDE_ENABLE.location,
|
||||
&Config::MAIN_MEM1_SIZE.location,
|
||||
&Config::MAIN_MEM2_SIZE.location,
|
||||
&Config::MAIN_GFX_BACKEND.location,
|
||||
|
||||
// Main.Display
|
||||
|
||||
|
Reference in New Issue
Block a user