From beeda82240cb6ef2c9a093fc6db8a03976001ff1 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sun, 1 Nov 2009 06:35:46 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34487 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFSound/macsrc/PluginController.m | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'macosx/plugins/DFSound/macsrc') diff --git a/macosx/plugins/DFSound/macsrc/PluginController.m b/macosx/plugins/DFSound/macsrc/PluginController.m index f7a8221a..1fa007f5 100644 --- a/macosx/plugins/DFSound/macsrc/PluginController.m +++ b/macosx/plugins/DFSound/macsrc/PluginController.m @@ -66,16 +66,14 @@ void ReadConfig(void) [[NSMutableDictionary alloc] initWithObjectsAndKeys: [NSNumber numberWithBool:YES], @"High Compatibility Mode", [NSNumber numberWithBool:YES], @"SPU IRQ Wait", - [NSNumber numberWithBool:YES], @"Enable XA", [NSNumber numberWithBool:NO], @"XA Pitch", - //[NSNumber numberWithBool:YES], @"Decoded Buffer IRQ", [NSNumber numberWithInt:0], @"Interpolation Quality", [NSNumber numberWithInt:1], @"Reverb Quality", nil], PrefsKey, nil]]; - + keyValues = [defaults dictionaryForKey:PrefsKey]; - + iUseTimer = [[keyValues objectForKey:@"High Compatibility Mode"] boolValue] ? 2 : 0; iSPUIRQWait = [[keyValues objectForKey:@"SPU IRQ Wait"] boolValue]; iDisStereo = [[keyValues objectForKey:@"Mono Sound Output"] boolValue]; -- cgit v1.2.3