diff options
Diffstat (limited to 'macosx/PcsxrPlugin.h')
| -rwxr-xr-x | macosx/PcsxrPlugin.h | 4 |
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; |
