1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-24 18:39:59 +00:00

(XDK) Buildfix

This commit is contained in:
twinaphex 2015-04-05 18:11:50 +02:00
parent e59d5a26b2
commit b148bb0c8a

@ -104,6 +104,9 @@ static unsigned monitor_count;
#endif
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_HLSL)
static void renderchain_deinit_shader(void);
static bool renderchain_init_shader(void *data);
static void d3d_deinit_shader(void *data)
{
renderchain_deinit_shader();