From 0879c0fa319bc63ed7a38d7ea9d3082e802134c7 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Wed, 17 Apr 2019 19:07:40 +0300 Subject: [PATCH] Check on the fly changed accelerator board options. --- newcpu.cpp | 1 + 1 file changed, 1 insertion(+) 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); -- 2.47.3