Disable SPUJIT.log (opt-in)

This commit is contained in:
Nekotekina 2017-04-20 00:52:31 +03:00
parent f7cb1aea64
commit 463e18f893
2 changed files with 43 additions and 15 deletions

View file

@ -48,6 +48,8 @@ cfg::map_entry<spu_decoder_type> g_cfg_spu_decoder(cfg::root.core, "SPU Decoder"
{ "Recompiler (LLVM)", spu_decoder_type::llvm },
});
cfg::bool_entry g_cfg_spu_debug(cfg::root.core, "SPU Debug");
const spu_decoder<spu_interpreter_precise> s_spu_interpreter_precise;
const spu_decoder<spu_interpreter_fast> s_spu_interpreter_fast;