HDD Speed setting in win32

This commit is contained in:
Jasmine Iwanek
2022-11-08 04:18:33 -05:00
parent 6848dfc48c
commit 40d39f1baa
6 changed files with 152 additions and 116 deletions

View File

@@ -1370,10 +1370,10 @@ ui_init(int nCmdShow)
}
/* Initialize the configured Video API. */
if (!plat_setvid(vid_api)) {
tdconfig.pszContent = MAKEINTRESOURCE(IDS_2089);
if (! plat_setvid(vid_api)) {
tdconfig.pszContent = MAKEINTRESOURCE(IDS_2090);
TaskDialogIndirect(&tdconfig, NULL, NULL, NULL);
return (5);
return(5);
}
/* Set up the current window size. */