summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Src/BootManager.cpp
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2008-09-23 05:43:52 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2008-09-23 05:43:52 +0000
commit467fe4f2a655098c0e20b2dabdaeba97e288c679 (patch)
tree5d9711cd2b08118c4222a7664516c0454a52cf67 /Source/Core/DolphinWX/Src/BootManager.cpp
parent18dbfbd4627d7eb85a0bb3153d3febec0aa4cfe7 (diff)
added a "main settings" dialog and moved most options there. Not complete yet. Also, just revert if the idea of a main settings dialog isn't to your liking.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@632 8ced0084-cf51-0410-be5f-012b33b47a6e
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;