diff options
Diffstat (limited to 'Source/Core/DolphinWX/src/BootManager.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/src/BootManager.cpp | 4 |
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;
}
|
