summaryrefslogtreecommitdiff
path: root/macosx/ConfigurationController.m
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.m
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.m')
-rw-r--r--macosx/ConfigurationController.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/ConfigurationController.m b/macosx/ConfigurationController.m
index 875ced70..513a0489 100644
--- a/macosx/ConfigurationController.m
+++ b/macosx/ConfigurationController.m
@@ -170,6 +170,7 @@ NSString *memChangeNotifier = @"PcsxrMemoryCardDidChangeNotifier";
if (rCountFixCell) [checkBoxDefaults setObject:rCountFixCell forKey:@"RootCounterFix"];
if (vSyncWAFixCell) [checkBoxDefaults setObject:vSyncWAFixCell forKey:@"VideoSyncWAFix"];
if (noFastBootCell) [checkBoxDefaults setObject:noFastBootCell forKey:@"NoFastBoot"];
+ if (widescreen) [checkBoxDefaults setObject:widescreen forKey:@"Widescreen"];
// make the visuals match the defaults
NSEnumerator *enumerator= [checkBoxDefaults keyEnumerator];
@@ -248,7 +249,7 @@ NSString *memChangeNotifier = @"PcsxrMemoryCardDidChangeNotifier";
[memCardEdit showWindow:sender];
}
-- (BOOL)memoryCardWindowIsVisible
+- (BOOL)isMemoryCardWindowVisible
{
if (!memCardEdit) {
return NO;