mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
Fixed some bugs that prevented the recompiler from terminating properly
This commit is contained in:
parent
840ae2f86b
commit
d69de9c332
3 changed files with 73 additions and 64 deletions
|
@ -112,7 +112,9 @@ void PPUThread::DoRun()
|
|||
break;
|
||||
|
||||
case 3:
|
||||
m_dec = new PPULLVMEmulator(*this);
|
||||
if (!m_dec) {
|
||||
m_dec = new PPULLVMEmulator(*this);
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue