diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-07-21 20:23:01 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-07-21 20:23:01 +0000 |
| commit | 50630078a5b4891fe0b50a6cadb7514bfc8d4f11 (patch) | |
| tree | 6bc3e89137c1dd8fc587d5d652b81d7f9394adc2 /macosx/Source/PcsxrMemoryObject.h | |
| parent | 2a782df55ef84eba063c60401358da11df680c81 (diff) | |
| download | pcsxr-50630078a5b4891fe0b50a6cadb7514bfc8d4f11.tar.gz | |
OS X: Implement the memory card QuickLook preview.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91017 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Source/PcsxrMemoryObject.h')
| -rw-r--r-- | macosx/Source/PcsxrMemoryObject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/Source/PcsxrMemoryObject.h b/macosx/Source/PcsxrMemoryObject.h index 5a7a3b37..539d0829 100644 --- a/macosx/Source/PcsxrMemoryObject.h +++ b/macosx/Source/PcsxrMemoryObject.h @@ -36,6 +36,7 @@ typedef NS_ENUM(char, PCSXRMemFlags) { @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, unsafe_unretained, nonatomic) NSString *flagName; |
