summaryrefslogtreecommitdiff
path: root/macosx/ConfigurationController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-06 04:48:53 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-06 04:48:53 +0000
commitc5017013517e053f43acbdae524026a8b496cb94 (patch)
tree057349f06e123590254e37b0fc4811abd6f410a1 /macosx/ConfigurationController.h
parentfda7db4491a0c1620afcd50d7f53985442c6e856 (diff)
downloadpcsxr-c5017013517e053f43acbdae524026a8b496cb94.tar.gz
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
Diffstat (limited to 'macosx/ConfigurationController.h')
-rwxr-xr-xmacosx/ConfigurationController.h11
1 files changed, 3 insertions, 8 deletions
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;