From f629ca7098a057086b1a15df93f3fc58b058c4b8 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Wed, 6 Aug 2014 19:02:00 +0000 Subject: 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 --- macosx/Source/PcsxrMemoryObject.m | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'macosx/Source/PcsxrMemoryObject.m') diff --git a/macosx/Source/PcsxrMemoryObject.m b/macosx/Source/PcsxrMemoryObject.m index db5dac65..aa5f2068 100644 --- a/macosx/Source/PcsxrMemoryObject.m +++ b/macosx/Source/PcsxrMemoryObject.m @@ -74,6 +74,14 @@ static NSString *MemLabelEndLink; }); } +- (NSImage*)memoryImageAtIndex:(NSInteger)idx +{ + if (memImageIndex == -1 || idx > self.memIconCount) { + return nil; + } + return memImages[idx]; +} + + (NSString*)memoryLabelFromFlag:(PCSXRMemFlags)flagNameIndex { switch (flagNameIndex) { -- cgit v1.2.3