mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00: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