summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrController.m')
-rwxr-xr-xmacosx/PcsxrController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PcsxrController.m b/macosx/PcsxrController.m
index 6fe9fa40..8795f944 100755
--- a/macosx/PcsxrController.m
+++ b/macosx/PcsxrController.m
@@ -44,7 +44,7 @@ void ShowHelpAndExit(FILE* output, int exitCode)
@property (readwrite) BOOL endAtEmuClose;
@property (readwrite) BOOL sleepInBackground;
@property (readwrite) BOOL wasPausedBeforeBGSwitch;
-@property (retain) NSMutableArray *skipFiles;
+@property (arcstrong) NSMutableArray *skipFiles;
@end
@implementation PcsxrController