summaryrefslogtreecommitdiff
path: root/macosx/PcsxController.m
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-19 03:59:09 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-06-19 03:59:09 +0000
commit4b580f74d926e824d94f3bf301a89b7fd359d922 (patch)
treec319d9c5b23cba204415e741e575348174ba5c11 /macosx/PcsxController.m
parente6a8c4fc0200db6f535e61ebf4af4a3d4bf0b5f0 (diff)
downloadpcsxr-4b580f74d926e824d94f3bf301a89b7fd359d922.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@52923 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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()];