mirror of https://github.com/snes9xgit/snes9x.git
parent
49ab4c3f28
commit
71f64d3a60
|
@ -769,12 +769,10 @@ bool8 S9xInitAPU (void)
|
||||||
|
|
||||||
void S9xDeinitAPU (void)
|
void S9xDeinitAPU (void)
|
||||||
{
|
{
|
||||||
#ifdef USE_THREADS
|
|
||||||
if (spc::using_threads)
|
if (spc::using_threads)
|
||||||
{
|
{
|
||||||
S9xAPUThreadDeinit();
|
S9xAPUThreadDeinit();
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
if (spc::resampler)
|
if (spc::resampler)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue