From dc0c564b64a251a5a3f676ed3ce8272c7cfc82ad Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 12 Dec 2011 17:25:41 +0000 Subject: Fixed possible bug. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73190 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrFreezeStateHandler.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/PcsxrFreezeStateHandler.m b/macosx/PcsxrFreezeStateHandler.m index 9bb6659a..99034efa 100644 --- a/macosx/PcsxrFreezeStateHandler.m +++ b/macosx/PcsxrFreezeStateHandler.m @@ -17,7 +17,7 @@ if (CheckState([theFile fileSystemRepresentation]) != 0) { return NO; } - if ([EmuThread active]) { + if (![EmuThread active]) { [EmuThread run]; } [EmuThread defrostAt:theFile]; -- cgit v1.2.3