diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-09-10 18:18:15 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-09-10 18:18:15 +0000 |
| commit | a3ac4842bd5c7058b1363f7d3307f61724fc7178 (patch) | |
| tree | 0e71322d034432a925cbdab2f5e92bc891d3efde /macosx/PcsxrMemoryObject.h | |
| parent | aca9c8411f7b86b1ee685965c70e7be682a9a4d0 (diff) | |
| download | pcsxr-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/PcsxrMemoryObject.h')
| -rwxr-xr-x | macosx/PcsxrMemoryObject.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/macosx/PcsxrMemoryObject.h b/macosx/PcsxrMemoryObject.h index 0e2e79d2..72613391 100755 --- a/macosx/PcsxrMemoryObject.h +++ b/macosx/PcsxrMemoryObject.h @@ -8,7 +8,6 @@ #import <Foundation/NSObject.h> #include "sio.h" -#import "ARCBridge.h" @class NSImage; @class NSString; @@ -27,11 +26,6 @@ typedef enum _PCSXRMemFlags { @interface PcsxrMemoryObject : NSObject { - NSString *englishName; - NSString *sjisName; - NSString *memName; - NSString *memID; - NSArray *memImages; NSInteger memImageIndex; uint8_t startingIndex; @@ -46,10 +40,10 @@ typedef enum _PCSXRMemFlags { - (id)initWithMcdBlock:(McdBlock *)infoBlockc startingIndex:(uint8_t)startIdx; - (id)initWithMcdBlock:(McdBlock *)infoBlockc startingIndex:(uint8_t)startIdx size:(uint8_t)memSize; -@property (readonly, arcstrong) NSString *englishName; -@property (readonly, arcstrong) NSString *sjisName; -@property (readonly, arcstrong) NSString *memName; -@property (readonly, arcstrong) NSString *memID; +@property (readonly, strong) NSString *englishName; +@property (readonly, strong) NSString *sjisName; +@property (readonly, strong) NSString *memName; +@property (readonly, strong) NSString *memID; @property (readonly) PCSXRMemFlags flagNameIndex; @property (readonly) uint8_t startingIndex; @property (readonly) uint8_t blockSize; |
