summaryrefslogtreecommitdiff
path: root/macosx/ConfigurationController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/ConfigurationController.h')
-rw-r--r--macosx/ConfigurationController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/ConfigurationController.h b/macosx/ConfigurationController.h
index 87c68b2f..bcfdc314 100644
--- a/macosx/ConfigurationController.h
+++ b/macosx/ConfigurationController.h
@@ -30,6 +30,7 @@ extern NSString *memChangeNotifier;
IBOutlet id vSyncWAFixCell;
IBOutlet id noFastBootCell;
IBOutlet id enableNetPlayCell;
+ IBOutlet id widescreen;
IBOutlet NSTextField *mcd1Label;
IBOutlet NSTextField *mcd2Label;
@@ -44,7 +45,7 @@ extern NSString *memChangeNotifier;
- (IBAction)mcdChangeClicked:(id)sender;
- (IBAction)mcdNewClicked:(id)sender;
- (IBAction)mcdEditClicked:(id)sender;
-- (BOOL)memoryCardWindowIsVisible;
+- (BOOL)isMemoryCardWindowVisible;
- (NSString *)keyForSender:(id)sender;
+ (void)setMemoryCard:(int)theCard toPath:(NSString *)theFile;