]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Check on the fly changed accelerator board options.
authorToni Wilen <twilen@winuae.net>
Wed, 17 Apr 2019 16:07:40 +0000 (19:07 +0300)
committerToni Wilen <twilen@winuae.net>
Wed, 17 Apr 2019 16:07:40 +0000 (19:07 +0300)
newcpu.cpp

index 47eeacd2cdaebf4569382f6b109e46678887f304..9b76608d4aecb3332037cf3754355581d0811ece 100644 (file)
@@ -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);