summaryrefslogtreecommitdiff
path: root/macosx/Source/PcsxrMemoryObject.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-07-21 20:23:01 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-07-21 20:23:01 +0000
commit50630078a5b4891fe0b50a6cadb7514bfc8d4f11 (patch)
tree6bc3e89137c1dd8fc587d5d652b81d7f9394adc2 /macosx/Source/PcsxrMemoryObject.h
parent2a782df55ef84eba063c60401358da11df680c81 (diff)
downloadpcsxr-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.h1
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;