mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-14 14:50:26 +00:00
Correct menu_display_shader_pipeline_active
This commit is contained in:
parent
5be5409431
commit
26f5970ffb
@ -481,7 +481,7 @@ bool menu_display_shader_pipeline_active(void)
|
||||
settings_t *settings = config_get_ptr();
|
||||
if (!string_is_equal(settings->menu.driver, "xmb"))
|
||||
return false;
|
||||
if (settings->menu.xmb.shader_pipeline == 2)
|
||||
if (settings->menu.xmb.shader_pipeline == 0)
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user