mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-17 09:59:20 +00:00
(PS3) Improvement on prevous commit
This commit is contained in:
parent
7713754d26
commit
5fad427e15
@ -484,7 +484,11 @@ static bool load_plain(const char *path)
|
||||
if (!load_program(1, path, true))
|
||||
return false;
|
||||
|
||||
if (*g_settings.video.second_pass_shader && g_settings.video.render_to_texture)
|
||||
if (*g_settings.video.second_pass_shader
|
||||
#ifndef RARCH_CONSOLE
|
||||
&& g_settings.video.render_to_texture
|
||||
#endif
|
||||
)
|
||||
{
|
||||
if (!load_program(2, g_settings.video.second_pass_shader, true))
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user