mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-23 03:02:53 +01:00
Set the default SPU Decoder to LLVM and rename SPU LLVM to "fastest"
This commit is contained in:
parent
17c8ac9ab8
commit
ae055f6792
@ -384,7 +384,7 @@ struct cfg_root : cfg::node
|
|||||||
cfg::_int<0, INT32_MAX> llvm_threads{this, "Max LLVM Compile Threads", 0};
|
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 thread_scheduler_enabled{this, "Enable thread scheduler", thread_scheduler_enabled_def};
|
||||||
cfg::_bool set_daz_and_ftz{this, "Set DAZ and FTZ", false};
|
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 lower_spu_priority{this, "Lower SPU thread priority"};
|
||||||
cfg::_bool spu_debug{this, "SPU Debug"};
|
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
|
cfg::_int<0, 6> preferred_spu_threads{this, "Preferred SPU Threads", 0}; //Numnber of hardware threads dedicated to heavy simultaneous spu tasks
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>1</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="coreTab">
|
<widget class="QWidget" name="coreTab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
@ -107,7 +107,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="spu_llvm">
|
<widget class="QRadioButton" name="spu_llvm">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>LLVM Recompiler (experimental)</string>
|
<string>LLVM Recompiler (fastest)</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user