mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-28 09:23:34 +00:00
Merge pull request #129 from acmiyaguchi/master
Fix a hang after failing to run an *.elf file and stopping emulator
This commit is contained in:
commit
e03b68f12f
@ -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