From 2863112f258b1c3618d0b454cff96d81a4dc618d Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Wed, 6 Aug 2014 19:39:04 +0000 Subject: OS X: QuickLook: some minor tweaking. The generator will use the same APIs as the gif generator if there is only one image. It will still generate a PNG file. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91192 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Source/PcsxrMemoryObject.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'macosx/Source/PcsxrMemoryObject.h') 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; -- cgit v1.2.3