diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-08-06 19:02:00 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-08-06 19:02:00 +0000 |
| commit | f629ca7098a057086b1a15df93f3fc58b058c4b8 (patch) | |
| tree | 5ca6cd430deca0426eae14bf9c564f1ebaccdd6a /macosx/Source/PcsxrMemoryObject.h | |
| parent | 45979b673181c770b2a2e7c9c3c4c3faec337e31 (diff) | |
| download | pcsxr-f629ca7098a057086b1a15df93f3fc58b058c4b8.tar.gz | |
OS X: QuickLook: use animated gifs to show the memory card image.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91191 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Source/PcsxrMemoryObject.h')
| -rw-r--r-- | macosx/Source/PcsxrMemoryObject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/Source/PcsxrMemoryObject.h b/macosx/Source/PcsxrMemoryObject.h index 215b948b..c22c6971 100644 --- a/macosx/Source/PcsxrMemoryObject.h +++ b/macosx/Source/PcsxrMemoryObject.h @@ -28,6 +28,8 @@ typedef NS_ENUM(char, PCSXRMemFlags) { - (instancetype)initWithMcdBlock:(McdBlock *)infoBlockc startingIndex:(uint8_t)startIdx size:(uint8_t)memSize NS_DESIGNATED_INITIALIZER; +- (NSImage*)memoryImageAtIndex:(NSInteger)idx; + @property (readonly, strong) NSString *englishName; @property (readonly, strong) NSString *sjisName; @property (readonly, strong) NSString *memName; |
