From c33cf08a2f059069c08fc02bc41fa57a2bea942f Mon Sep 17 00:00:00 2001 From: Sonicadvance1 Date: Mon, 21 Jul 2008 01:27:13 +0000 Subject: Linux: Fixes a few things, Should Compile in Linux. Ran Crazy Taxi horribly git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@38 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/src/BootManager.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Source/Core/DolphinWX/src/BootManager.cpp') diff --git a/Source/Core/DolphinWX/src/BootManager.cpp b/Source/Core/DolphinWX/src/BootManager.cpp index 201c52094e..60a4f435a3 100644 --- a/Source/Core/DolphinWX/src/BootManager.cpp +++ b/Source/Core/DolphinWX/src/BootManager.cpp @@ -56,7 +56,9 @@ bool BootCore(const std::string& _rFilename) // StartUp.bUseDualCore = false; StartUp.bUseDynarec = true; } - + #ifndef _WIN32 + StartUp.bUseDynarec = false;//Never use Dynarec in Linux, crashes + #endif StartUp.m_BootType = SCoreStartupParameter::BOOT_ISO; StartUp.m_strFilename = _rFilename; StartUp.bHLEBios = true; -- cgit v1.2.3