Update Cfg.c

This commit is contained in:
pgert 2015-01-12 13:27:09 +01:00
parent 6c750b19b3
commit ad8e800aa5
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ BOOL OnInitCDRDialog(HWND hW)
ComboBox_AddString(hWC,"Read ahead - fast, reads more sectors at once"); ComboBox_AddString(hWC,"Read ahead - fast, reads more sectors at once");
ComboBox_AddString(hWC,"Async read - faster, additional asynchronous reads"); ComboBox_AddString(hWC,"Async read - faster, additional asynchronous reads");
ComboBox_AddString(hWC,"Thread read - fast with IOCTL, always async reads"); ComboBox_AddString(hWC,"Thread read - fast with IOCTL, always async reads");
ComboBox_AddString(hWC,"Smooth read - for drives with ps2 cd/dvd reading troubles"); ComboBox_AddString(hWC,"Smooth read - for drives with PS2 CD/DVD reading troubles");
ComboBox_SetCurSel(hWC,iUseCaching); ComboBox_SetCurSel(hWC,iUseCaching);
if(iUseDataCache) if(iUseDataCache)