summaryrefslogtreecommitdiff
path: root/macosx/PcsxController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxController.m')
-rw-r--r--macosx/PcsxController.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/PcsxController.m b/macosx/PcsxController.m
index 87cb15d5..094d44a0 100644
--- a/macosx/PcsxController.m
+++ b/macosx/PcsxController.m
@@ -35,10 +35,9 @@ NSString *saveStatePath;
if ([openDlg runModal] == NSOKButton) {
NSArray* files = [openDlg filenames];
+ SetCdOpenCaseTime(time(NULL) + 2);
SetIsoFile((const char *)[[files objectAtIndex:0] fileSystemRepresentation]);
}
-
- SetCdOpenCaseTime(time(NULL) + 2);
} else {
if (CDR_getDriveLetter() != nil) {
deviceName = [NSMutableString stringWithCString:CDR_getDriveLetter()];