mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-23 04:33:24 +00:00
disable obsolete cd driver warning
This commit is contained in:
parent
aabd23408d
commit
5c264434e7
@ -271,7 +271,7 @@ bool check_drivers(void)
|
||||
else {
|
||||
TCHAR str[256];
|
||||
_sntprintf(str, lengthof(str), TEXT("The CD-ROM driver file \"%s\" is missing."), path);
|
||||
WarningAlert(str);
|
||||
//WarningAlert(str);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user