mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-13 13:28:49 +00:00
(GX) build fix
This commit is contained in:
parent
f359a633b6
commit
544a7ee8db
@ -109,6 +109,8 @@ VIDEO CONTEXT
|
|||||||
#include "../gfx/context/bbqnx_ctx.c"
|
#include "../gfx/context/bbqnx_ctx.c"
|
||||||
#elif defined(IOS)
|
#elif defined(IOS)
|
||||||
#include "../gfx/context/ioseagl_ctx.c"
|
#include "../gfx/context/ioseagl_ctx.c"
|
||||||
|
#elif defined(GEKKO)
|
||||||
|
// none
|
||||||
#else
|
#else
|
||||||
#include "../gfx/context/null_ctx.c"
|
#include "../gfx/context/null_ctx.c"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user