mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Merge branch 'master' of https://github.com/gopalsr83/rpcs3 into gopalsr83-master
This commit is contained in:
parent
321c29fe1c
commit
5a27a84f5a
8 changed files with 297 additions and 561 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue