Support FCTID/FCTIW instructions

This commit is contained in:
raven02 2014-10-24 00:46:04 +08:00 committed by raven02
parent 5d1cafdebc
commit 4eb4186b5c
3 changed files with 16 additions and 4 deletions

View file

@ -423,7 +423,7 @@ void MainFrame::Config(wxCommandEvent& WXUNUSED(event))
cbox_cpu_decoder->Append("PPU JIT (LLVM)");
cbox_spu_decoder->Append("SPU Interpreter");
cbox_spu_decoder->Append("SPU JIT (asmjit)");
cbox_spu_decoder->Append("SPU JIT (ASMJIT)");
cbox_gs_render->Append("Null");
cbox_gs_render->Append("OpenGL");