summaryrefslogtreecommitdiff
path: root/macosx/EmuThread.m
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-06-10 12:53:43 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-06-10 12:53:43 +0000
commit1ca5686e1587d754f8f97c369b717679c95876a1 (patch)
tree6da93d7f5c4421f7b5569528b37aa2d24eb66ac7 /macosx/EmuThread.m
parent10eac4b4928e7dd9f79de454641889f2a0b77250 (diff)
downloadpcsxr-1ca5686e1587d754f8f97c369b717679c95876a1.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23678 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/EmuThread.m')
-rw-r--r--macosx/EmuThread.m8
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]);