NewUI: Don't init audio if sound is disabled. And remove some stray newlines.
This commit is contained in:
parent
5b2483ee73
commit
75f03b4d8a
2 changed files with 3 additions and 4 deletions
|
@ -93,8 +93,6 @@ bool IsOnSeparateCPUThread() {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
bool CPU_NextState(CPUThreadState from, CPUThreadState to) {
|
||||
if (cpuThreadState == from) {
|
||||
cpuThreadState = to;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue