summaryrefslogtreecommitdiff
path: root/macosx/PcsxController.m
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-01 01:11:14 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-01 01:11:14 +0000
commit0728d1095d64b28015d8fb782fd28bd91609f8a8 (patch)
tree014bb272ed12bc576219fa95a8aa2db0c28f32ee /macosx/PcsxController.m
parentd990e3b4440607521be8d79df828f2c50449bd6e (diff)
downloadpcsxr-0728d1095d64b28015d8fb782fd28bd91609f8a8.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@53969 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxController.m')
-rw-r--r--macosx/PcsxController.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/PcsxController.m b/macosx/PcsxController.m
index 094d44a0..271d0afe 100644
--- a/macosx/PcsxController.m
+++ b/macosx/PcsxController.m
@@ -315,10 +315,9 @@ NSString *saveStatePath;
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
NSDictionary *appDefaults = [NSDictionary dictionaryWithObjectsAndKeys:
@"Disabled", @"PluginNET",
- [NSNumber numberWithInt:0], @"NoDynarec",
+ [NSNumber numberWithInt:1], @"NoDynarec",
[NSNumber numberWithInt:1], @"AutoDetectVideoType",
[NSNumber numberWithInt:0], @"UseHLE",
- [NSNumber numberWithInt:1], @"CpuBiasShift",
nil];
[defaults registerDefaults:appDefaults];