From 03e3c01771cd7c1b502f5b79b902123fbee96d02 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 25 Jun 2013 22:50:14 +0000 Subject: Implement creating and selecting memory cards in the memory card manager. Get rid of imageFromMcd:index: and move the code to imagesFromMcd:. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85555 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrMemoryObject.h | 1 - 1 file changed, 1 deletion(-) (limited to 'macosx/PcsxrMemoryObject.h') diff --git a/macosx/PcsxrMemoryObject.h b/macosx/PcsxrMemoryObject.h index e197c21a..3cce4796 100755 --- a/macosx/PcsxrMemoryObject.h +++ b/macosx/PcsxrMemoryObject.h @@ -27,7 +27,6 @@ extern NSString *const memoryAnimateTimerKey; BOOL notDeleted; unsigned char memFlags; } -+ (NSImage *)imageFromMcd:(McdBlock *)block index:(int)idx; + (NSArray *)imagesFromMcd:(McdBlock *)block; - (id)initWithMcdBlock:(McdBlock *)infoBlock; -- cgit v1.2.3