diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-08-06 19:39:04 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-08-06 19:39:04 +0000 |
| commit | 2863112f258b1c3618d0b454cff96d81a4dc618d (patch) | |
| tree | 206a509df8b3326810692b81148ee95ea0bac4aa /macosx/Source/PcsxrMemoryObject.h | |
| parent | f629ca7098a057086b1a15df93f3fc58b058c4b8 (diff) | |
| download | pcsxr-2863112f258b1c3618d0b454cff96d81a4dc618d.tar.gz | |
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
Diffstat (limited to 'macosx/Source/PcsxrMemoryObject.h')
| -rw-r--r-- | macosx/Source/PcsxrMemoryObject.h | 4 |
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; |
