diff --git a/rpcs3/Emu/System.h b/rpcs3/Emu/System.h index d951b534b5..1e5c692034 100644 --- a/rpcs3/Emu/System.h +++ b/rpcs3/Emu/System.h @@ -261,7 +261,7 @@ struct cfg_root : cfg::node { node_core(cfg::node* _this) : cfg::node(_this, "Core") {} - cfg::_enum ppu_decoder{this, "PPU Decoder", ppu_decoder_type::fast}; + cfg::_enum ppu_decoder{this, "PPU Decoder", ppu_decoder_type::llvm}; cfg::_int<1, 16> ppu_threads{this, "PPU Threads", 2}; // Amount of PPU threads running simultaneously (must be 2) cfg::_bool ppu_debug{this, "PPU Debug"}; cfg::_bool llvm_logs{this, "Save LLVM logs"};