Qt audio thread should mark itself as exiting

This commit is contained in:
Jeffrey Pfau 2014-01-30 04:05:39 -08:00
parent e27c10ab78
commit 8e3d104625
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ void AudioThread::setInput(GBAAudio* input) {
void AudioThread::shutdown() {
m_audioOutput->stop();
quit();
}
void AudioThread::run() {