From 3bd6d16afd6b068de6b061a87cba955f5ca3ff88 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sun, 4 Dec 2011 06:09:59 +0000 Subject: Made it so that opening a memory card on PCSXR for the Mac allows you to set which slot you want to put it in. Just ignore the "Could not open file" warning for now: It's wrong. Added a class method to ConfigurationController that will set a memory card based on a path passed to it. Also made ConfigurationController listen for when a memory card is changed. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72844 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/ConfigurationController.h | 1 + 1 file changed, 1 insertion(+) (limited to 'macosx/ConfigurationController.h') diff --git a/macosx/ConfigurationController.h b/macosx/ConfigurationController.h index 964e4eda..d6ef4491 100644 --- a/macosx/ConfigurationController.h +++ b/macosx/ConfigurationController.h @@ -45,5 +45,6 @@ - (BOOL)memoryCardWindowIsVisible; - (NSString *)keyForSender:(id)sender; ++ (void)setMemoryCard:(int)theCard toPath:(NSString *)theFile; @end -- cgit v1.2.3