diff options
Diffstat (limited to 'macosx/ConfigurationController.h')
| -rwxr-xr-x | macosx/ConfigurationController.h | 9 |
1 files changed, 7 insertions, 2 deletions
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; |
