Revert "Add missing #ifdef guard."

This reverts commit a817eff105.
This commit is contained in:
Brandon Wright 2018-04-13 10:25:23 -05:00
parent 49ab4c3f28
commit 71f64d3a60
1 changed files with 0 additions and 2 deletions

View File

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