mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
Config: Port SI device settings to new config system.
This commit is contained in:
@ -113,6 +113,10 @@ bool IsSettingSaveable(const Config::Location& config_location)
|
||||
&Config::MAIN_SLOT_A.GetLocation(),
|
||||
&Config::MAIN_SLOT_B.GetLocation(),
|
||||
&Config::MAIN_SERIAL_PORT_1.GetLocation(),
|
||||
&Config::GetInfoForSIDevice(0).GetLocation(),
|
||||
&Config::GetInfoForSIDevice(1).GetLocation(),
|
||||
&Config::GetInfoForSIDevice(2).GetLocation(),
|
||||
&Config::GetInfoForSIDevice(3).GetLocation(),
|
||||
|
||||
// UI.General
|
||||
|
||||
|
Reference in New Issue
Block a user