mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-14 18:37:27 +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:
parent
64145d7d62
commit
544bacf54e
@ -30,7 +30,7 @@ CPUThread::~CPUThread()
|
||||
|
||||
void CPUThread::Close()
|
||||
{
|
||||
ThreadBase::Stop();
|
||||
ThreadBase::Stop(m_sync_wait);
|
||||
DoStop();
|
||||
|
||||
delete m_dec;
|
||||
|
Loading…
Reference in New Issue
Block a user