Run recompilation in the background

This commit is contained in:
S Gopal Rajagopal 2014-09-15 20:05:18 +05:30
parent 1f3a117744
commit 840ae2f86b
5 changed files with 594 additions and 500 deletions

View file

@ -112,7 +112,7 @@ void PPUThread::DoRun()
break;
case 3:
m_dec = new PPULLVMRecompiler(*this);
m_dec = new PPULLVMEmulator(*this);
break;
default: