1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00

Set the default SPU Decoder to LLVM and rename SPU LLVM to "fastest"

This commit is contained in:
yahfz 2019-07-11 15:21:53 -03:00 committed by Megamouse
parent 17c8ac9ab8
commit ae055f6792
2 changed files with 3 additions and 3 deletions

View File

@ -384,7 +384,7 @@ struct cfg_root : cfg::node
cfg::_int<0, INT32_MAX> llvm_threads{this, "Max LLVM Compile Threads", 0};
cfg::_bool thread_scheduler_enabled{this, "Enable thread scheduler", thread_scheduler_enabled_def};
cfg::_bool set_daz_and_ftz{this, "Set DAZ and FTZ", false};
cfg::_enum<spu_decoder_type> spu_decoder{this, "SPU Decoder", spu_decoder_type::asmjit};
cfg::_enum<spu_decoder_type> spu_decoder{this, "SPU Decoder", spu_decoder_type::llvm};
cfg::_bool lower_spu_priority{this, "Lower SPU thread priority"};
cfg::_bool spu_debug{this, "SPU Debug"};
cfg::_int<0, 6> preferred_spu_threads{this, "Preferred SPU Threads", 0}; //Numnber of hardware threads dedicated to heavy simultaneous spu tasks

View File

@ -36,7 +36,7 @@
</sizepolicy>
</property>
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="coreTab">
<attribute name="title">
@ -107,7 +107,7 @@
<item>
<widget class="QRadioButton" name="spu_llvm">
<property name="text">
<string>LLVM Recompiler (experimental)</string>
<string>LLVM Recompiler (fastest)</string>
</property>
</widget>
</item>