mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
Updated Travis CI configuration to compile LLVM
This commit is contained in:
parent
024c15d4d3
commit
4514fc12bd
4 changed files with 20 additions and 3 deletions
|
|
@ -4892,7 +4892,7 @@ PPULLVMEmulator::PPULLVMEmulator(PPUThread & ppu)
|
|||
s_num_instances++;
|
||||
if (!s_recompiler) {
|
||||
s_recompiler = new PPULLVMRecompiler();
|
||||
//s_recompiler->RunAllTests(&m_ppu, m_interpreter);
|
||||
s_recompiler->RunAllTests(&m_ppu, m_interpreter);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue