From 0c3214390158d289eac83150ed1154038b36301e Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Wed, 23 May 2012 18:29:44 +0000 Subject: Basic widescreen support for Mac OS X. Change memoryCardWindowIsVisible to more Objective-C-friendly isMemoryCardWindowVisible. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@78279 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/ConfigurationController.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'macosx/ConfigurationController.h') 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; -- cgit v1.2.3