diff options
Diffstat (limited to 'macosx/PcsxrDiscHandler.m')
| -rw-r--r-- | macosx/PcsxrDiscHandler.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macosx/PcsxrDiscHandler.m b/macosx/PcsxrDiscHandler.m index 16a9582f..9ba27a79 100644 --- a/macosx/PcsxrDiscHandler.m +++ b/macosx/PcsxrDiscHandler.m @@ -13,6 +13,11 @@ @implementation PcsxrDiscHandler ++ (NSArray *)utisCanHandle +{ + return [NSArray arrayWithObjects:@"com.alcohol-soft.mdfdisc", @"com.codeplex.pcsxr.cuefile", @"com.apple.disk-image-ndif", @"public.iso-image", nil]; +} + - (BOOL)handleFile:(NSString *)theFile { SetIsoFile([theFile fileSystemRepresentation]); |
