diff options
Diffstat (limited to 'macosx/PcsxrMemCardHandler.m')
| -rw-r--r-- | macosx/PcsxrMemCardHandler.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macosx/PcsxrMemCardHandler.m b/macosx/PcsxrMemCardHandler.m index 2d4e1080..7998cdda 100644 --- a/macosx/PcsxrMemCardHandler.m +++ b/macosx/PcsxrMemCardHandler.m @@ -11,6 +11,11 @@ @implementation PcsxrMemCardHandler ++ (NSArray *)utisCanHandle +{ + return [NSArray arrayWithObject:@"com.codeplex.pcsxr.memcard"]; +} + - (id)initWithWindow:(NSWindow *)window { self = [super initWithWindow:window]; |
