From b6f15852f36e8d017a275bc3727c5dcab1846d29 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sat, 17 Dec 2011 19:08:51 +0000 Subject: Reduce code duplication in -[PcsxrController application:openFile:]. Added a new function to the PcsxrFileHandle protocol that says what types of UTIs it supports. Currently only used when selecting discs or memory cards from an open dialog, and not used in checking if an app can open a file. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73437 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrFileHandle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'macosx/PcsxrFileHandle.h') diff --git a/macosx/PcsxrFileHandle.h b/macosx/PcsxrFileHandle.h index 3b29bde3..199e8bef 100644 --- a/macosx/PcsxrFileHandle.h +++ b/macosx/PcsxrFileHandle.h @@ -10,6 +10,7 @@ @protocol PcsxrFileHandle ++ (NSArray *)utisCanHandle; - (BOOL)handleFile:(NSString *)theFile; @end -- cgit v1.2.3