From: Toni Wilen Date: Wed, 17 Apr 2019 16:07:40 +0000 (+0300) Subject: Check on the fly changed accelerator board options. X-Git-Tag: 4300~238 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=0879c0fa319bc63ed7a38d7ea9d3082e802134c7;p=francis%2Fwinuae.git Check on the fly changed accelerator board options. --- diff --git a/newcpu.cpp b/newcpu.cpp index 47eeacd2..9b76608d 100644 --- a/newcpu.cpp +++ b/newcpu.cpp @@ -2070,6 +2070,7 @@ void check_prefs_changed_cpu(void) currprefs.cpu_idle = changed_prefs.cpu_idle; currprefs.ppc_cpu_idle = changed_prefs.ppc_cpu_idle; currprefs.reset_delay = changed_prefs.reset_delay; + currprefs.cpuboard_settings = changed_prefs.cpuboard_settings; if (check_prefs_changed_cpu2()) { set_special(SPCFLAG_MODE_CHANGE);