mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-25 01:50:57 +01: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 a new issue