summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrController.m')
-rwxr-xr-xmacosx/PcsxrController.m6
1 files changed, 0 insertions, 6 deletions
diff --git a/macosx/PcsxrController.m b/macosx/PcsxrController.m
index f517ba3d..c7d1e18b 100755
--- a/macosx/PcsxrController.m
+++ b/macosx/PcsxrController.m
@@ -139,9 +139,6 @@ static void PSXDiscAppearedCallback(DADiskRef disk, void *context)
// switch to another ISO if using internal image reader, otherwise eject the CD
if (UsingIso()) {
NSOpenPanel* openDlg = [NSOpenPanel openPanel];
-
- [openDlg setCanChooseFiles:YES];
- [openDlg setCanChooseDirectories:NO];
[openDlg setAllowedFileTypes:[PcsxrDiscHandler supportedUTIs]];
if ([openDlg runModal] == NSFileHandlingPanelOKButton) {
@@ -248,9 +245,6 @@ static void PSXDiscAppearedCallback(DADiskRef disk, void *context)
- (IBAction)runIso:(id)sender
{
NSOpenPanel* openDlg = [NSOpenPanel openPanel];
-
- [openDlg setCanChooseFiles:YES];
- [openDlg setCanChooseDirectories:NO];
[openDlg setAllowedFileTypes:[PcsxrDiscHandler supportedUTIs]];
if ([openDlg runModal] == NSFileHandlingPanelOKButton) {