From c5017013517e053f43acbdae524026a8b496cb94 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sat, 6 Jul 2013 04:48:53 +0000 Subject: Moving the memory card manager to the preferences window. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85870 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/ConfigurationController.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'macosx/ConfigurationController.h') diff --git a/macosx/ConfigurationController.h b/macosx/ConfigurationController.h index b8da2973..d529e794 100755 --- a/macosx/ConfigurationController.h +++ b/macosx/ConfigurationController.h @@ -19,6 +19,8 @@ extern NSString *const memCardChangeNumberKey; IBOutlet PluginController *netPlugin; IBOutlet PluginController *sio1Plugin; + IBOutlet PcsxrMemCardController *memCardEdit; + IBOutlet id noXaAudioCell; IBOutlet id sioIrqAlwaysCell; IBOutlet id bwMdecCell; @@ -37,12 +39,7 @@ extern NSString *const memCardChangeNumberKey; // Hotkeys IBOutlet HotkeyController *hkController; - IBOutlet NSTabViewItem *hkTab; - - IBOutlet NSTextField *mcd1Label; - IBOutlet NSTextField *mcd2Label; - - PcsxrMemCardController *memCardEdit; + IBOutlet NSTabViewItem *hkTab; NSMutableDictionary *checkBoxDefaults; } @@ -51,8 +48,6 @@ extern NSString *const memCardChangeNumberKey; - (IBAction)setVideoType:(id)sender; - (IBAction)mcdChangeClicked:(id)sender; - (IBAction)mcdNewClicked:(id)sender; -- (IBAction)mcdEditClicked:(id)sender; -- (BOOL)isMemoryCardWindowVisible; - (NSString *)keyForSender:(id)sender; + (void)setMemoryCard:(int)theCard toPath:(NSString *)theFile DEPRECATED_ATTRIBUTE; -- cgit v1.2.3