mirror of https://github.com/PCSX2/pcsx2.git
PortAudio: Uncomment Pa_Terminate
Thanks to the threading changes, proper teardown can now be allowed.
This commit is contained in:
parent
0ab31a2e9f
commit
b5f9e14cd3
|
@ -365,10 +365,9 @@ public:
|
|||
stream = nullptr;
|
||||
}
|
||||
|
||||
// Seems to do more harm than good.
|
||||
//PaError err = Pa_Terminate();
|
||||
//if( err != paNoError )
|
||||
// fprintf(stderr,"* SPU2: PortAudio error: %s\n", Pa_GetErrorText( err ) );
|
||||
PaError err = Pa_Terminate();
|
||||
if( err != paNoError )
|
||||
fprintf(stderr,"* SPU2: PortAudio error: %s\n", Pa_GetErrorText( err ) );
|
||||
|
||||
started = false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue