summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/macsrc/PluginController.m
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-01 06:35:46 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-01 06:35:46 +0000
commitbeeda82240cb6ef2c9a093fc6db8a03976001ff1 (patch)
treeafb7d54e5e9ad54175aba07374ef6b158d64d1d6 /macosx/plugins/DFSound/macsrc/PluginController.m
parent8244e22c885d406a29a1233bce3bb9a2e358a667 (diff)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34487 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFSound/macsrc/PluginController.m')
-rw-r--r--macosx/plugins/DFSound/macsrc/PluginController.m6
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];