diff options
| -rw-r--r-- | macosx/PcsxrPlugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/PcsxrPlugin.h b/macosx/PcsxrPlugin.h index 8a1116ab..63181135 100644 --- a/macosx/PcsxrPlugin.h +++ b/macosx/PcsxrPlugin.h @@ -13,12 +13,12 @@ void *pluginRef; NSString *path; - NSDate *modDate; + NSDate *modDate; NSString *name; NSString *fullPlugPath; long version; int type; - int active; + int active; } + (NSString *)prefixForType:(int)type; |
