mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
rsx/interpreter: merge shader settings
- merge disable_asynchronous_shader_compiler and interpreter_mode - removes disable_asynchronous_shader_compiler setting - Adds the resulting settings as radio buttons to the gui tab
This commit is contained in:
parent
2281c4f662
commit
8f0af6a6fe
12 changed files with 226 additions and 111 deletions
|
@ -561,7 +561,9 @@ namespace rsx
|
|||
|
||||
g_fxo->init<named_thread>("RSX Decompiler Thread", [this]
|
||||
{
|
||||
if (g_cfg.video.disable_asynchronous_shader_compiler)
|
||||
const auto shadermode = g_cfg.video.shadermode.get();
|
||||
|
||||
if (shadermode != shader_mode::async_recompiler && shadermode != shader_mode::async_with_interpreter)
|
||||
{
|
||||
// Die
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue