summaryrefslogtreecommitdiff
path: root/macosx/ConfigurationController.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-09-17 00:29:11 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-09-17 00:29:11 +0000
commit99bb78bfb26deb9bf1223c1ceb4968cc922592fd (patch)
treec232a693358142acab07e2bd6277eb932c1ae8c7 /macosx/ConfigurationController.m
parenta5a97b02c0205f0cc98327389ec88672ddd769f2 (diff)
downloadpcsxr-99bb78bfb26deb9bf1223c1ceb4968cc922592fd.tar.gz
Updating the Info.plist files.
Don't deny directories being open, just in case we get to support UTIs that are OS X packages. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87222 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/ConfigurationController.m')
-rwxr-xr-xmacosx/ConfigurationController.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/ConfigurationController.m b/macosx/ConfigurationController.m
index 4dcb3afd..ab887d69 100755
--- a/macosx/ConfigurationController.m
+++ b/macosx/ConfigurationController.m
@@ -91,8 +91,6 @@ NSString *const memCardChangeNumberKey = @"PcsxrMemoryCardThatChangedKey";
mcd = Config.Mcd2;
}
- [openDlg setCanChooseFiles:YES];
- [openDlg setCanChooseDirectories:NO];
[openDlg setAllowedFileTypes:[PcsxrMemCardHandler supportedUTIs]];
path = [[NSFileManager defaultManager] stringWithFileSystemRepresentation:mcd length:strlen(mcd)];