summaryrefslogtreecommitdiff
path: root/macosx/Source/PcsxrMemoryObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Source/PcsxrMemoryObject.h')
-rw-r--r--macosx/Source/PcsxrMemoryObject.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/Source/PcsxrMemoryObject.h b/macosx/Source/PcsxrMemoryObject.h
index c22c6971..9ae756b2 100644
--- a/macosx/Source/PcsxrMemoryObject.h
+++ b/macosx/Source/PcsxrMemoryObject.h
@@ -34,13 +34,15 @@ typedef NS_ENUM(char, PCSXRMemFlags) {
@property (readonly, strong) NSString *sjisName;
@property (readonly, strong) NSString *memName;
@property (readonly, strong) NSString *memID;
+@property (readonly, strong) NSArray *memoryCardImages;
+@property (readonly, nonatomic) NSInteger memImageIndex;
@property (readonly) PCSXRMemFlags flagNameIndex;
@property (readonly) uint8_t startingIndex;
@property (readonly) uint8_t blockSize;
@property (readonly, copy) NSImage *firstMemImage;
@property (readonly, unsafe_unretained, nonatomic) NSImage *memImage;
-@property (readonly, nonatomic) unsigned memIconCount;
+@property (readonly, nonatomic) NSUInteger memIconCount;
@property (readonly, unsafe_unretained, nonatomic) NSString *flagName;
@property (readonly, unsafe_unretained, nonatomic) NSAttributedString *attributedFlagName;
@property (readonly, nonatomic) BOOL isBiggerThanOne;