mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue