diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-01 01:11:14 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-01 01:11:14 +0000 |
| commit | 0728d1095d64b28015d8fb782fd28bd91609f8a8 (patch) | |
| tree | 014bb272ed12bc576219fa95a8aa2db0c28f32ee | |
| parent | d990e3b4440607521be8d79df828f2c50449bd6e (diff) | |
| download | pcsxr-0728d1095d64b28015d8fb782fd28bd91609f8a8.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@53969 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | macosx/PcsxController.m | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -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]; |
