From d58b2a17cdc6e3f6ad3691bb59bd999a0b449f15 Mon Sep 17 00:00:00 2001 From: "SND\\shalma_cp" Date: Sat, 11 Dec 2010 17:54:31 +0000 Subject: wndmain.c, lnxmain.c, gtk2gui.c, emuthread.m - Patch 7713 - (dario86) Detect PAL demos (SCED) - (dario86) Fix PAL auto-detection with root counter init git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61080 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/EmuThread.m | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'macosx/EmuThread.m') diff --git a/macosx/EmuThread.m b/macosx/EmuThread.m index 941d77da..dfcf6141 100644 --- a/macosx/EmuThread.m +++ b/macosx/EmuThread.m @@ -56,15 +56,16 @@ static pthread_mutex_t eventMutex; setjmp(restartJmp); - EmuReset(); - int res = CheckCdrom(); if (res == -1) { ClosePlugins(); SysMessage(_("Could not check CD-ROM!\n")); goto done; } - + + // Auto-detect: region first, then rcnt reset + EmuReset(); + LoadCdrom(); if (defrostPath) { -- cgit v1.2.3