summaryrefslogtreecommitdiff
path: root/macosx/Source/PluginList.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Source/PluginList.h')
-rw-r--r--macosx/Source/PluginList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Source/PluginList.h b/macosx/Source/PluginList.h
index f6e0de55..0ffdf38e 100644
--- a/macosx/Source/PluginList.h
+++ b/macosx/Source/PluginList.h
@@ -18,7 +18,7 @@
- (void)refreshPlugins;
- (NSArray *)pluginsForType:(int)typeMask;
- (BOOL)hasPluginAtPath:(NSString *)path;
-- (BOOL)configured;
+@property (readonly) BOOL configured;
- (PcsxrPlugin *)activePluginForType:(int)type;
- (BOOL)setActivePlugin:(PcsxrPlugin *)plugin forType:(int)type;