From 71f64d3a6085eef6419d1fabaf18527aff3bf42d Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Fri, 13 Apr 2018 10:25:23 -0500 Subject: [PATCH] Revert "Add missing #ifdef guard." This reverts commit a817eff1058b0eb80740debcbe01ce58ea907c67. --- apu/apu.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/apu/apu.cpp b/apu/apu.cpp index a0e3b858..fa9b0904 100644 --- a/apu/apu.cpp +++ b/apu/apu.cpp @@ -769,12 +769,10 @@ bool8 S9xInitAPU (void) void S9xDeinitAPU (void) { -#ifdef USE_THREADS if (spc::using_threads) { S9xAPUThreadDeinit(); } -#endif if (spc::resampler) {