From 6349404da5984e6785574c96db3eb3a08a515b37 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Wed, 26 Jun 2013 00:53:22 +0000 Subject: Even more work on the memory card management. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85558 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/ConfigurationController.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'macosx/ConfigurationController.h') diff --git a/macosx/ConfigurationController.h b/macosx/ConfigurationController.h index e55cfb0a..badc93c0 100755 --- a/macosx/ConfigurationController.h +++ b/macosx/ConfigurationController.h @@ -5,7 +5,8 @@ #import "HotkeyController.h" #import "PluginList.h" -extern NSString *memChangeNotifier; +extern NSString *const memChangeNotifier; +extern NSString *const memCardChangeNumberKey; @class PcsxrMemCardController; @@ -53,7 +54,11 @@ extern NSString *memChangeNotifier; - (BOOL)isMemoryCardWindowVisible; - (NSString *)keyForSender:(id)sender; -+ (void)setMemoryCard:(int)theCard toPath:(NSString *)theFile; ++ (void)setMemoryCard:(int)theCard toPath:(NSString *)theFile DEPRECATED_ATTRIBUTE; ++ (void)setMemoryCard:(int)theCard toURL:(NSURL *)theURL; + ++ (void)mcdNewClicked:(id)sender; ++ (void)mcdChangeClicked:(id)sender; - (void)tabView:(NSTabView *)tabView didSelectTabViewItem:(NSTabViewItem *)tabViewItem; -- cgit v1.2.3