mirror of https://github.com/mgba-emu/mgba.git
Qt audio thread should mark itself as exiting
This commit is contained in:
parent
e27c10ab78
commit
8e3d104625
|
@ -44,6 +44,7 @@ void AudioThread::setInput(GBAAudio* input) {
|
|||
|
||||
void AudioThread::shutdown() {
|
||||
m_audioOutput->stop();
|
||||
quit();
|
||||
}
|
||||
|
||||
void AudioThread::run() {
|
||||
|
|
Loading…
Reference in New Issue