From 1d051617236524b03b3ded4af695f02ef040d7d7 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 27 May 2012 22:58:14 +0200 Subject: [PATCH] (Griffin) Small nit --- console/griffin/griffin.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/console/griffin/griffin.c b/console/griffin/griffin.c index 9335f7f4b4..25d89de927 100644 --- a/console/griffin/griffin.c +++ b/console/griffin/griffin.c @@ -48,6 +48,9 @@ VIDEO #if defined(__CELLOS_LV2__) #include "../../gfx/context/ps3_ctx.c" +#endif + +#ifdef HAVE_CG #include "../../gfx/shader_cg.c" #endif