From fda7db4491a0c1620afcd50d7f53985442c6e856 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sat, 6 Jul 2013 03:02:24 +0000 Subject: Minor OS X changes. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85869 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/PcsxrController.m') 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 -- cgit v1.2.3