mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
Run recompilation in the background
This commit is contained in:
parent
1f3a117744
commit
840ae2f86b
5 changed files with 594 additions and 500 deletions
|
@ -112,7 +112,7 @@ void PPUThread::DoRun()
|
|||
break;
|
||||
|
||||
case 3:
|
||||
m_dec = new PPULLVMRecompiler(*this);
|
||||
m_dec = new PPULLVMEmulator(*this);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue