summaryrefslogtreecommitdiff
path: root/macosx/PcsxrPlugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrPlugin.h')
-rwxr-xr-xmacosx/PcsxrPlugin.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/macosx/PcsxrPlugin.h b/macosx/PcsxrPlugin.h
index 3eb2b549..7cb03514 100755
--- a/macosx/PcsxrPlugin.h
+++ b/macosx/PcsxrPlugin.h
@@ -10,16 +10,11 @@
@interface PcsxrPlugin : NSObject {
void *pluginRef;
-
- NSDate *modDate;
- NSString *fullPlugPath;
- long version;
- int type;
- int active;
}
@property (readonly, copy) NSString *path;
@property (readonly, strong) NSString *name;
+@property (readonly) int type;
+ (NSString *)prefixForType:(int)type;
+ (NSString *)defaultKeyForType:(int)type;
@@ -29,9 +24,6 @@
- (id)initWithPath:(NSString *)aPath;
- (NSString *)displayVersion;
-- (int)type;
-- (NSUInteger)hash;
-- (NSString *)description;
- (BOOL)hasAboutAs:(int)type;
- (BOOL)hasConfigureAs:(int)type;
- (long)runAs:(int)aType;