mirror of https://github.com/snes9xgit/snes9x.git
Add missing #ifdef guard.
This commit is contained in:
parent
970905b83b
commit
a817eff105
|
@ -769,10 +769,12 @@ bool8 S9xInitAPU (void)
|
|||
|
||||
void S9xDeinitAPU (void)
|
||||
{
|
||||
#ifdef USE_THREADS
|
||||
if (spc::using_threads)
|
||||
{
|
||||
S9xAPUThreadDeinit();
|
||||
}
|
||||
#endif
|
||||
|
||||
if (spc::resampler)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue