From 50630078a5b4891fe0b50a6cadb7514bfc8d4f11 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 21 Jul 2014 20:23:01 +0000 Subject: OS X: Implement the memory card QuickLook preview. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91017 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Source/PcsxrMemoryObject.h | 1 + 1 file changed, 1 insertion(+) (limited to 'macosx/Source/PcsxrMemoryObject.h') 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; -- cgit v1.2.3