mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Fixed compilation issues
This commit is contained in:
parent
6bc0ce8046
commit
160b58cf61
3 changed files with 12 additions and 14 deletions
|
@ -112,7 +112,7 @@ void PPUThread::DoRun()
|
|||
|
||||
case 2:
|
||||
if (!m_dec) {
|
||||
m_dec = new PPULLVMEmulator(*this);
|
||||
m_dec = new ppu_recompiler_llvm::ExecutionEngine(*this);
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue