summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/src/BootManager.cpp
diff options
context:
space:
mode:
authorfires.gc <fires.gc@gmail.com>2008-07-16 12:19:14 +0000
committerfires.gc <fires.gc@gmail.com>2008-07-16 12:19:14 +0000
commitcb5072c3e4cf66d33d30697984a9179534334b38 (patch)
tree7352aa0e6d6817e8245521ae3227b6bc160b9f3d /Source/Core/DolphinWX/src/BootManager.cpp
parent222d669d8b42254c0da4cc3ed4696cc18252ff7e (diff)
added additional information like FPS to the status bar
added menu option to activate dual core support git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@11 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DolphinWX/src/BootManager.cpp')
-rw-r--r--Source/Core/DolphinWX/src/BootManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/src/BootManager.cpp b/Source/Core/DolphinWX/src/BootManager.cpp
index d4dcb68c6a..87d6b1741d 100644
--- a/Source/Core/DolphinWX/src/BootManager.cpp
+++ b/Source/Core/DolphinWX/src/BootManager.cpp
@@ -48,12 +48,12 @@ bool BootCore(const std::string& _rFilename)
if (code_frame)
{
- StartUp.bUseDualCore = code_frame->UseDualCore();
+// StartUp.bUseDualCore = code_frame->UseDualCore();
StartUp.bUseDynarec = !code_frame->UseInterpreter();
}
else
{
- StartUp.bUseDualCore = false;
+// StartUp.bUseDualCore = false;
StartUp.bUseDynarec = true;
}