From 9da15e975e988c3b86861e1464e099069c1e56ad Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 30 Dec 2010 12:54:16 +0100 Subject: [PATCH] Add config.h to gl.c --- gfx/gl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/gl.c b/gfx/gl.c index da29fb4f9e..b70cf935ff 100644 --- a/gfx/gl.c +++ b/gfx/gl.c @@ -26,6 +26,7 @@ #include #include #include "general.h" +#include "config.h" #ifdef HAVE_CG @@ -403,6 +404,7 @@ static void* gl_init(video_info_t *video, const input_driver_t **input) cg_active = false; if (strlen(g_settings.video.cg_shader_path) > 0) { + SSNES_LOG("Loading Cg file: %s\n", g_settings.video.cg_shader_path); gl->cgCtx = cgCreateContext(); if (gl->cgCtx == NULL) {