1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2025-01-25 06:35:37 +00:00

Quick one line change fixes a hang after failing to run an *.elf file and stopping the emulator via the Stop button.

This commit is contained in:
Anthony Miyaguchi 2014-03-27 18:57:28 -07:00
parent 64145d7d62
commit 544bacf54e

@ -30,7 +30,7 @@ CPUThread::~CPUThread()
void CPUThread::Close()
{
ThreadBase::Stop();
ThreadBase::Stop(m_sync_wait);
DoStop();
delete m_dec;