diff options
Diffstat (limited to 'macosx/plugins/DFSound/macsrc/PluginController.m')
| -rw-r--r-- | macosx/plugins/DFSound/macsrc/PluginController.m | 6 |
1 files changed, 2 insertions, 4 deletions
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]; |
