(GX) build fix

This commit is contained in:
ToadKing 2013-07-04 14:52:26 -04:00
parent f359a633b6
commit 544a7ee8db

View File

@ -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