summaryrefslogtreecommitdiff
path: root/macosx/ConfigurationController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-05-23 18:29:44 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-05-23 18:29:44 +0000
commit0c3214390158d289eac83150ed1154038b36301e (patch)
treec8caf3913f11d339a8f10b337d1df78b8b22ad67 /macosx/ConfigurationController.h
parentc2c0e8eb1890060857b0a93700f7aa055fa43ab9 (diff)
downloadpcsxr-0c3214390158d289eac83150ed1154038b36301e.tar.gz
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
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;