diff --git a/griffin/griffin.c b/griffin/griffin.c index 37ec1f0714..8c9212e5f1 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -109,6 +109,8 @@ VIDEO CONTEXT #include "../gfx/context/bbqnx_ctx.c" #elif defined(IOS) #include "../gfx/context/ioseagl_ctx.c" +#elif defined(GEKKO) +// none #else #include "../gfx/context/null_ctx.c" #endif