mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
Merge remote-tracking branch 'upstream/master' into ppu_llvm_recompiler
Conflicts: rpcs3/Emu/Cell/PPUInterpreter.h rpcs3/Emu/Cell/PPULLVMRecompiler.cpp rpcs3/Emu/Cell/PPULLVMRecompiler.h rpcs3/Emu/Cell/PPUThread.cpp rpcs3/emucore.vcxproj.filters rpcs3/rpcs3.vcxproj
This commit is contained in:
commit
06a4c301cd
67 changed files with 20753 additions and 12122 deletions
|
@ -111,10 +111,15 @@ void PPUThread::DoRun()
|
|||
break;
|
||||
|
||||
case 2:
|
||||
#ifdef PPU_LLVM_RECOMPILER
|
||||
SetCallStackTracing(false);
|
||||
if (!m_dec) {
|
||||
m_dec = new ppu_recompiler_llvm::ExecutionEngine(*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