diff options
| author | magumagu <magumagu9@gmail.com> | 2014-03-27 16:09:57 -0700 |
|---|---|---|
| committer | magumagu <magumagu9@gmail.com> | 2014-03-29 11:19:31 -0700 |
| commit | 78499e5b7c96362bd86a8b1599707be1c983fde5 (patch) | |
| tree | 35ebd924226e90cb7d6ecbe3b8819ade569a1b9a /Source/Core/AudioCommon/AudioCommon.cpp | |
| parent | 102ea55f20c0795e72c03efdca5ada47af828d19 (diff) | |
Delete AudioCommon::UseJIT().
Diffstat (limited to 'Source/Core/AudioCommon/AudioCommon.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/AudioCommon.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/Core/AudioCommon/AudioCommon.cpp b/Source/Core/AudioCommon/AudioCommon.cpp index 70ee8333c6..07da747c1e 100644 --- a/Source/Core/AudioCommon/AudioCommon.cpp +++ b/Source/Core/AudioCommon/AudioCommon.cpp @@ -133,15 +133,6 @@ namespace AudioCommon return backends; } - bool UseJIT() - { - if (!Movie::IsDSPHLE() && Movie::IsPlayingInput() && Movie::IsConfigSaved()) - { - return true; - } - return SConfig::GetInstance().m_DSPEnableJIT; - } - void PauseAndLock(bool doLock, bool unpauseOnUnlock) { if (soundStream) |
