summaryrefslogtreecommitdiff
path: root/macosx/CheatController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-09-10 18:18:15 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-09-10 18:18:15 +0000
commita3ac4842bd5c7058b1363f7d3307f61724fc7178 (patch)
tree0e71322d034432a925cbdab2f5e92bc891d3efde /macosx/CheatController.h
parentaca9c8411f7b86b1ee685965c70e7be682a9a4d0 (diff)
downloadpcsxr-a3ac4842bd5c7058b1363f7d3307f61724fc7178.tar.gz
Remove 32-bit support on OS X.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87114 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/CheatController.h')
-rw-r--r--macosx/CheatController.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/macosx/CheatController.h b/macosx/CheatController.h
index e581886a..e943c5d2 100644
--- a/macosx/CheatController.h
+++ b/macosx/CheatController.h
@@ -4,7 +4,6 @@
//
#import <Cocoa/Cocoa.h>
-#import "ARCBridge.h"
@class PcsxrHexadecimalFormatter;
@@ -19,8 +18,8 @@
NSMutableArray *tempCheatCodes;
NSMutableArray *cheats;
}
-@property (readwrite, arcretain) NSMutableArray *tempCheatCodes;
-@property (readwrite, arcretain) NSMutableArray *cheats;
+@property (readwrite, strong) NSMutableArray *tempCheatCodes;
+@property (readwrite, strong) NSMutableArray *cheats;
- (void)refresh;