summaryrefslogtreecommitdiff
path: root/macosx/CheatController.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/CheatController.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/CheatController.m')
-rw-r--r--macosx/CheatController.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/CheatController.m b/macosx/CheatController.m
index d65d112d..2c09cf2a 100644
--- a/macosx/CheatController.m
+++ b/macosx/CheatController.m
@@ -199,8 +199,6 @@
- (IBAction)loadCheats:(id)sender
{
NSOpenPanel *openDlg = [NSOpenPanel openPanel];
- [openDlg setCanChooseFiles:YES];
- [openDlg setCanChooseDirectories:NO];
[openDlg setAllowsMultipleSelection:NO];
[openDlg setAllowedFileTypes:[PcsxrCheatHandler supportedUTIs]];