diff options
Diffstat (limited to 'macosx/EmuThread.m')
| -rw-r--r-- | macosx/EmuThread.m | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/macosx/EmuThread.m b/macosx/EmuThread.m index dbe33864..cb4ef8fb 100644 --- a/macosx/EmuThread.m +++ b/macosx/EmuThread.m @@ -60,15 +60,11 @@ static pthread_mutex_t eventMutex; int res = CheckCdrom(); if (res == -1) { ClosePlugins(); - SysMessage(_("Could not load Cdrom\n")); + SysMessage(_("Could not check CD-ROM!\n")); goto done; } - if (LoadCdrom() == -1) { - ClosePlugins(); - SysMessage(_("Could not load Cdrom\n")); - goto done; - } + LoadCdrom(); if (defrostPath) { LoadState([defrostPath fileSystemRepresentation]); |
