mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-27 08:10:13 -06:00
Config: Port CPU overclock settings to new config system.
This commit is contained in:
@ -60,6 +60,8 @@ bool IsSettingSaveable(const Config::Location& config_location)
|
||||
&Config::MAIN_AUDIO_LATENCY.GetLocation(),
|
||||
&Config::MAIN_AUDIO_STRETCH.GetLocation(),
|
||||
&Config::MAIN_AUDIO_STRETCH_LATENCY.GetLocation(),
|
||||
&Config::MAIN_OVERCLOCK.GetLocation(),
|
||||
&Config::MAIN_OVERCLOCK_ENABLE.GetLocation(),
|
||||
&Config::MAIN_RAM_OVERRIDE_ENABLE.GetLocation(),
|
||||
&Config::MAIN_MEM1_SIZE.GetLocation(),
|
||||
&Config::MAIN_MEM2_SIZE.GetLocation(),
|
||||
|
Reference in New Issue
Block a user