mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
Fix various warnings reported by clang
- mostly remove unused variables - rename some generic JIT identifiers
This commit is contained in:
parent
a3508823de
commit
6914eca167
17 changed files with 37 additions and 54 deletions
|
@ -134,7 +134,7 @@ namespace AudioCommon
|
|||
{
|
||||
return true;
|
||||
}
|
||||
return SConfig::GetInstance().m_EnableJIT;
|
||||
return SConfig::GetInstance().m_DSPEnableJIT;
|
||||
}
|
||||
|
||||
void PauseAndLock(bool doLock, bool unpauseOnUnlock)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue