mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
LLVM based PPU Recompiler. Intial commit
This commit is contained in:
parent
67bc9acbe0
commit
2bb63ad051
8 changed files with 4483 additions and 10 deletions
|
|
@ -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)");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue