diff options
Diffstat (limited to 'macosx/ConfigurationController.m')
| -rw-r--r-- | macosx/ConfigurationController.m | 3 |
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; |
