summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CommandProcessor.cpp
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2015-06-12 13:56:53 +0200
committerdegasus <wickmarkus@web.de>2015-06-12 19:07:45 +0200
commitc375111076235313669e71953c877c9512cebd16 (patch)
tree4008bc8648422c51521a65b5209d0b641e9aea07 /Source/Core/VideoCommon/CommandProcessor.cpp
parentb9a9fcd26dc29520bddd565827129ee0962ec6d7 (diff)
Options: merge SCoreStartupParameter into SConfig
Diffstat (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp')
-rw-r--r--Source/Core/VideoCommon/CommandProcessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/CommandProcessor.cpp b/Source/Core/VideoCommon/CommandProcessor.cpp
index e16484de4d..8bca029cae 100644
--- a/Source/Core/VideoCommon/CommandProcessor.cpp
+++ b/Source/Core/VideoCommon/CommandProcessor.cpp
@@ -48,7 +48,7 @@ static std::atomic<bool> s_interrupt_finish_waiting;
static bool IsOnThread()
{
- return SConfig::GetInstance().m_LocalCoreStartupParameter.bCPUThread;
+ return SConfig::GetInstance().bCPUThread;
}
static void UpdateInterrupts_Wrapper(u64 userdata, int cyclesLate)