summaryrefslogtreecommitdiff
path: root/macosx/PcsxrPlugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrPlugin.h')
-rwxr-xr-xmacosx/PcsxrPlugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/PcsxrPlugin.h b/macosx/PcsxrPlugin.h
index 8576622b..75764464 100755
--- a/macosx/PcsxrPlugin.h
+++ b/macosx/PcsxrPlugin.h
@@ -20,8 +20,8 @@
int active;
}
-@property (readonly) NSString *path;
-@property (readonly) NSString *name;
+@property (readonly, copy) NSString *path;
+@property (readonly, retain) NSString *name;
+ (NSString *)prefixForType:(int)type;
+ (NSString *)defaultKeyForType:(int)type;