From e542a8ec7278272ae06117cc09f9352dcff49de9 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Thu, 24 Nov 2011 05:17:27 +0000 Subject: First steps to make a memory card manager for Mac. Currently it only allows to to wipe a memory card and see what's saved on it. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72586 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/ConfigurationController.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'macosx/ConfigurationController.h') diff --git a/macosx/ConfigurationController.h b/macosx/ConfigurationController.h index ef8e4447..068941e7 100644 --- a/macosx/ConfigurationController.h +++ b/macosx/ConfigurationController.h @@ -4,6 +4,8 @@ #import "PluginController.h" #import "PluginList.h" +@class PcsxrMemCardController; + @interface ConfigurationController : NSWindowController { IBOutlet PluginController *cdromPlugin; @@ -30,6 +32,8 @@ IBOutlet NSTextField *mcd1Label; IBOutlet NSTextField *mcd2Label; + PcsxrMemCardController *memCardEdit; + NSMutableDictionary *checkBoxDefaults; } - (IBAction)setCheckbox:(id)sender; @@ -37,6 +41,7 @@ - (IBAction)setVideoType:(id)sender; - (IBAction)mcdChangeClicked:(id)sender; - (IBAction)mcdNewClicked:(id)sender; +- (IBAction)mcdEditClicked:(id)sender; - (NSString *)keyForSender:(id)sender; -- cgit v1.2.3