Some cleanup

This commit is contained in:
S Gopal Rajagopal 2014-10-20 01:16:35 +05:30
parent 8a7ba5a709
commit 024c15d4d3
10 changed files with 238 additions and 183 deletions

View file

@ -419,7 +419,6 @@ void MainFrame::Config(wxCommandEvent& WXUNUSED(event))
wxCheckBox* chbox_dbg_ap_systemcall = new wxCheckBox(p_hle, wxID_ANY, "Auto Pause at System Call");
wxCheckBox* chbox_dbg_ap_functioncall = new wxCheckBox(p_hle, wxID_ANY, "Auto Pause at Function Call");
cbox_cpu_decoder->Append("PPU Interpreter & DisAsm");
cbox_cpu_decoder->Append("PPU Interpreter");
cbox_cpu_decoder->Append("PPU JIT (LLVM)");