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 99034efa..ae236168 100644
--- a/macosx/PcsxrFreezeStateHandler.m
+++ b/macosx/PcsxrFreezeStateHandler.m
@@ -20,7 +20,7 @@
if (![EmuThread active]) {
[EmuThread run];
}
- [EmuThread defrostAt:theFile];
+ return [EmuThread defrostAt:theFile];
}
@end