diff options
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; |
