Merge branch 'master' of https://github.com/gopalsr83/rpcs3 into gopalsr83-master

This commit is contained in:
Hykem 2014-11-04 16:45:25 +00:00
parent 321c29fe1c
commit 5a27a84f5a
8 changed files with 297 additions and 561 deletions

View file

@ -111,9 +111,14 @@ void PPUThread::DoRun()
break;
case 2:
#ifdef PPU_LLVM_RECOMPILER
if (!m_dec) {
m_dec = new PPULLVMEmulator(*this);
m_dec = new PPULLVMEmulator(*this);
}
#else
LOG_ERROR(PPU, "This image does not include PPU JIT (LLVM)");
Emu.Pause();
#endif
break;
default: