From 52dd8ecce8339768bedfb424f9cb233b57cd55f4 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sun, 18 Dec 2011 23:51:13 +0000 Subject: 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 --- macosx/PcsxrFileHandle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/PcsxrFileHandle.h') diff --git a/macosx/PcsxrFileHandle.h b/macosx/PcsxrFileHandle.h index 199e8bef..f3467a67 100644 --- a/macosx/PcsxrFileHandle.h +++ b/macosx/PcsxrFileHandle.h @@ -10,7 +10,7 @@ @protocol PcsxrFileHandle -+ (NSArray *)utisCanHandle; ++ (NSArray *)supportedUTIs; - (BOOL)handleFile:(NSString *)theFile; @end -- cgit v1.2.3