Fixed the FPU stuff and added the ability to select the 487SX.

This commit is contained in:
OBattler
2020-07-22 16:39:57 +02:00
parent 43b6056d84
commit b52e91f031
4 changed files with 36 additions and 26 deletions

View File

@@ -584,6 +584,8 @@ win_settings_machine_recalc_fpu(HWND hdlg)
EnableWindow(h, TRUE);
else
EnableWindow(h, FALSE);
temp_fpu = fpu_get_type_from_index(temp_machine, temp_cpu_m, temp_cpu, SendMessage(h, CB_GETCURSEL, 0, 0));
}