diff options
Diffstat (limited to 'macosx/PcsxrController.m')
| -rwxr-xr-x | macosx/PcsxrController.m | 2 |
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 |
