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) {