git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34487 e17a0e51-4ae3-4d35-97c3-1a29b211df97

This commit is contained in:
SND\weimingzhi_cp 2009-11-01 06:35:46 +00:00
parent 8244e22c88
commit beeda82240

View File

@ -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];