SPU LLVM Recompiler (preview)

This commit is contained in:
Nekotekina 2018-05-02 21:49:19 +03:00
parent a975ecdc4f
commit 1ca51a023c
6 changed files with 2311 additions and 10 deletions

View file

@ -536,6 +536,7 @@ SPUThread::SPUThread(const std::string& name, u32 index, lv2_spu_group* group)
if (g_cfg.core.spu_decoder == spu_decoder_type::llvm)
{
jit = spu_recompiler_base::make_llvm_recompiler(*this);
}
}