diff --git a/src/wx-config.c b/src/wx-config.c index 5ff7679..9bc5c8d 100644 --- a/src/wx-config.c +++ b/src/wx-config.c @@ -737,6 +737,8 @@ int config_dlgproc(void* hdlg, int message, INT_PARAM wParam, LONG_PARAM lParam) c++; } wx_sendmessage(h, WX_CB_SETCURSEL, modeltolist[model], 0); + model = listtomodel[modeltolist[model]]; + romset = model_getromset(); prev_model = model; recalc_vid_list(hdlg, romstomodel[romset], 0);