LLVM based PPU Recompiler. Intial commit

This commit is contained in:
S Gopal Rajagopal 2014-08-31 16:40:33 +05:30
parent 67bc9acbe0
commit 2bb63ad051
8 changed files with 4483 additions and 10 deletions

View file

@ -421,6 +421,7 @@ void MainFrame::Config(wxCommandEvent& WXUNUSED(event))
cbox_cpu_decoder->Append("PPU Interpreter & DisAsm");
cbox_cpu_decoder->Append("PPU Interpreter");
cbox_cpu_decoder->Append("PPU JIT (LLVM)");
cbox_spu_decoder->Append("SPU Interpreter");
cbox_spu_decoder->Append("SPU JIT (asmjit)");