REP instructions now correctly issue a Debug exception after every iteration, fixes NT 3.x on 386 CPU's;

Fixed a string bug in the Settings dialog (Joysticks combo box).
This commit is contained in:
OBattler
2017-07-24 15:21:17 +02:00
parent ff23ccb2a2
commit 36fcf10388
4 changed files with 41 additions and 2 deletions

View File

@@ -2417,7 +2417,7 @@ LRESULT CALLBACK StatusBarProcedure(HWND hwnd, UINT message, WPARAM wParam, LPAR
break;
}
if (!file_dlg_w_st(hwnd, IDS_2151, cdrom_image[id].image_path, 0))
if (!file_dlg_w_st(hwnd, IDS_2075, cdrom_image[id].image_path, 0))
{
cdrom_drives[id].prev_host_drive = cdrom_drives[id].host_drive;
wcscpy(temp_image_path, wopenfilestring);