diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-06 03:02:24 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-06 03:02:24 +0000 |
| commit | fda7db4491a0c1620afcd50d7f53985442c6e856 (patch) | |
| tree | 0d6693a5c38149cda109e6839de2a7879221e130 /macosx/PcsxrPlugin.h | |
| parent | ea22cb43790add304b8b3620e45fe4a8e7b719c2 (diff) | |
| download | pcsxr-fda7db4491a0c1620afcd50d7f53985442c6e856.tar.gz | |
Minor OS X changes.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85869 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrPlugin.h')
| -rwxr-xr-x | macosx/PcsxrPlugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/PcsxrPlugin.h b/macosx/PcsxrPlugin.h index 75764464..ca8ae625 100755 --- a/macosx/PcsxrPlugin.h +++ b/macosx/PcsxrPlugin.h @@ -7,6 +7,7 @@ // #import <Foundation/Foundation.h> +#import "ARCBridge.h" @interface PcsxrPlugin : NSObject { void *pluginRef; @@ -21,7 +22,7 @@ } @property (readonly, copy) NSString *path; -@property (readonly, retain) NSString *name; +@property (readonly, arcstrong) NSString *name; + (NSString *)prefixForType:(int)type; + (NSString *)defaultKeyForType:(int)type; |
