summaryrefslogtreecommitdiff
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
parentd990e3b4440607521be8d79df828f2c50449bd6e (diff)
downloadpcsxr-0728d1095d64b28015d8fb782fd28bd91609f8a8.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@53969 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--ChangeLog4
-rw-r--r--macosx/PcsxController.m3
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 25f6fade..c24a16f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Jun 30, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
+
+ * macosx/PcsxController.m: Default dynarec to off until it's actually working :(
+
Jun 29, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* win32/gui/plugin.c: Close PAD plugins before other plugins and don't check
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];