diff options
Diffstat (limited to 'macosx/CheatController.m')
| -rw-r--r-- | macosx/CheatController.m | 2 |
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]]; |
