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.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'macosx/ConfigurationController.m') 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; -- cgit v1.2.3