Add missing #ifdef guard.

This commit is contained in:
Brandon Wright 2018-04-12 17:20:30 -05:00
parent 970905b83b
commit a817eff105
1 changed files with 2 additions and 0 deletions

View File

@ -769,10 +769,12 @@ bool8 S9xInitAPU (void)
void S9xDeinitAPU (void)
{
#ifdef USE_THREADS
if (spc::using_threads)
{
S9xAPUThreadDeinit();
}
#endif
if (spc::resampler)
{