diff options
Diffstat (limited to 'macosx/PcsxrFreezeStateHandler.m')
| -rw-r--r-- | macosx/PcsxrFreezeStateHandler.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macosx/PcsxrFreezeStateHandler.m b/macosx/PcsxrFreezeStateHandler.m index ae236168..5e1e493c 100644 --- a/macosx/PcsxrFreezeStateHandler.m +++ b/macosx/PcsxrFreezeStateHandler.m @@ -12,6 +12,11 @@ @implementation PcsxrFreezeStateHandler ++ (NSArray *)utisCanHandle +{ + return [NSArray arrayWithObject:@"com.codeplex.pcsxr.freeze"]; +} + - (BOOL)handleFile:(NSString *)theFile { if (CheckState([theFile fileSystemRepresentation]) != 0) { |
