summaryrefslogtreecommitdiff
path: root/macosx/PcsxrFreezeStateHandler.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrFreezeStateHandler.m')
-rw-r--r--macosx/PcsxrFreezeStateHandler.m2
1 files changed, 1 insertions, 1 deletions
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];