summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Src/BootManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DolphinWX/Src/BootManager.cpp')
-rw-r--r--Source/Core/DolphinWX/Src/BootManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Src/BootManager.cpp b/Source/Core/DolphinWX/Src/BootManager.cpp
index e0a70f5664..5814f87e75 100644
--- a/Source/Core/DolphinWX/Src/BootManager.cpp
+++ b/Source/Core/DolphinWX/Src/BootManager.cpp
@@ -55,7 +55,7 @@ bool BootCore(const std::string& _rFilename)
else
{
// StartUp.bUseDualCore = false;
- StartUp.bUseJIT = true;
+// StartUp.bUseJIT = true;
}
StartUp.m_BootType = SCoreStartupParameter::BOOT_ISO;
StartUp.m_strFilename = _rFilename;