From 544a7ee8db85da1e0f7dfd3b837c931d4c01ff93 Mon Sep 17 00:00:00 2001 From: ToadKing Date: Thu, 4 Jul 2013 14:52:26 -0400 Subject: [PATCH] (GX) build fix --- griffin/griffin.c | 2 ++ 1 file changed, 2 insertions(+) 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