mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
Config: Port GC Adapter settings to new config system.
This commit is contained in:
@ -48,7 +48,7 @@ bool IsSettingSaveable(const Config::Location& config_location)
|
||||
}
|
||||
}
|
||||
|
||||
static constexpr auto s_setting_saveable = {
|
||||
static const auto s_setting_saveable = {
|
||||
// Main.Core
|
||||
|
||||
&Config::MAIN_DEFAULT_ISO.GetLocation(),
|
||||
@ -89,6 +89,14 @@ bool IsSettingSaveable(const Config::Location& config_location)
|
||||
&Config::MAIN_LOW_DCBZ_HACK.GetLocation(),
|
||||
&Config::MAIN_FPRF.GetLocation(),
|
||||
&Config::MAIN_ACCURATE_NANS.GetLocation(),
|
||||
&Config::GetInfoForAdapterRumble(0).GetLocation(),
|
||||
&Config::GetInfoForAdapterRumble(1).GetLocation(),
|
||||
&Config::GetInfoForAdapterRumble(2).GetLocation(),
|
||||
&Config::GetInfoForAdapterRumble(3).GetLocation(),
|
||||
&Config::GetInfoForSimulateKonga(0).GetLocation(),
|
||||
&Config::GetInfoForSimulateKonga(1).GetLocation(),
|
||||
&Config::GetInfoForSimulateKonga(2).GetLocation(),
|
||||
&Config::GetInfoForSimulateKonga(3).GetLocation(),
|
||||
|
||||
// UI.General
|
||||
|
||||
|
Reference in New Issue
Block a user