mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Add HAVE_GLSL define
This commit is contained in:
parent
2ec2b70a72
commit
241368b0f6
@ -72,6 +72,10 @@ VIDEO SHADERS
|
||||
#include "../../gfx/shader_hlsl.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_GLSL
|
||||
#include "../../gfx/shader_glsl.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
VIDEO IMAGE
|
||||
============================================================ */
|
||||
|
Loading…
Reference in New Issue
Block a user