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