mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
(Shaders) Fix build
This commit is contained in:
parent
c24e18910f
commit
e6328090e9
@ -3682,7 +3682,7 @@ void rarch_main_command(unsigned cmd)
|
||||
driver.menu_ctx->backend->shader_manager_save_preset(NULL, true);
|
||||
else
|
||||
{
|
||||
#if defined(HAVE_CG || defined(HAVE_HLSL) || defined(HAVE_GLSL)
|
||||
#if defined(HAVE_CG) || defined(HAVE_HLSL) || defined(HAVE_GLSL)
|
||||
shader_type = gfx_shader_parse_type("", DEFAULT_SHADER_TYPE);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user