summaryrefslogtreecommitdiff
path: root/macosx/PcsxrDiscHandler.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-18 23:51:13 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-18 23:51:13 +0000
commit52dd8ecce8339768bedfb424f9cb233b57cd55f4 (patch)
tree3b2771f36c4fa6a071646da7640370ffcdfe5843 /macosx/PcsxrDiscHandler.m
parent04600f548825368b80c710992f1d88be8788591b (diff)
downloadpcsxr-52dd8ecce8339768bedfb424f9cb233b57cd55f4.tar.gz
Changed utisCanHandle to supportedUTIs.
reworked application:openFile: to check if a PcsxrFileHandle supports a file then, if it does, uses the specified PcsxrFileHandle. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73485 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrDiscHandler.m')
-rw-r--r--macosx/PcsxrDiscHandler.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PcsxrDiscHandler.m b/macosx/PcsxrDiscHandler.m
index 9ba27a79..891acc6c 100644
--- a/macosx/PcsxrDiscHandler.m
+++ b/macosx/PcsxrDiscHandler.m
@@ -13,7 +13,7 @@
@implementation PcsxrDiscHandler
-+ (NSArray *)utisCanHandle
++ (NSArray *)supportedUTIs
{
return [NSArray arrayWithObjects:@"com.alcohol-soft.mdfdisc", @"com.codeplex.pcsxr.cuefile", @"com.apple.disk-image-ndif", @"public.iso-image", nil];
}