mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-28 14:54:11 +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()
|
void CPUThread::Close()
|
||||||
{
|
{
|
||||||
ThreadBase::Stop();
|
ThreadBase::Stop(m_sync_wait);
|
||||||
DoStop();
|
DoStop();
|
||||||
|
|
||||||
delete m_dec;
|
delete m_dec;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user