From 3720dc59ca7c9bb98e952ff9c3cd8d88f03b9f93 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Thu, 10 Jan 2013 21:00:20 +0000 Subject: Disable the dynarec core on OS X i386. It will still run in 64-bit mode. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82185 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/ConfigurationController.m | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'macosx/ConfigurationController.m') diff --git a/macosx/ConfigurationController.m b/macosx/ConfigurationController.m index 35c812b5..4490db87 100755 --- a/macosx/ConfigurationController.m +++ b/macosx/ConfigurationController.m @@ -185,6 +185,12 @@ NSString *memChangeNotifier = @"PcsxrMemoryCardDidChangeNotifier"; [usesHleCell setState:NSOnState]; [usesHleCell setEnabled:NO]; } + +#ifdef __i386__ + //i386 on OS X doesn't like the dynarec core + [usesDynarecCell setState:NSOffState]; + [usesDynarecCell setEnabled:NO]; +#endif // setup labels [mcd1Label setTitleWithMnemonic:[[NSFileManager defaultManager] stringWithFileSystemRepresentation:Config.Mcd1 length:strlen(Config.Mcd1)]]; -- cgit v1.2.3