mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-08 12:35:48 +00:00
Qt: Fix worker thread lockup on shutdown
This commit is contained in:
parent
1911ab2e1c
commit
28efc50a04
@ -487,6 +487,7 @@ void QtHostInterface::stopThread()
|
||||
void QtHostInterface::doStopThread()
|
||||
{
|
||||
m_shutdown_flag.store(true);
|
||||
m_worker_thread_event_loop->quit();
|
||||
}
|
||||
|
||||
void QtHostInterface::threadEntryPoint()
|
||||
|
Loading…
x
Reference in New Issue
Block a user