mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-21 02:04:40 +00:00
(Griffin) Move HAVE_OMAP ifdef to video drivers
This commit is contained in:
parent
3e9fc928f8
commit
12b3cfbcc4
@ -111,10 +111,6 @@ VIDEO CONTEXT
|
||||
#include "../gfx/context/apple_gl_ctx.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OMAP
|
||||
#include "../gfx/omap_gfx.c"
|
||||
#include "../gfx/fbdev.c"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_OPENGL)
|
||||
|
||||
@ -191,6 +187,11 @@ VIDEO DRIVER
|
||||
#include "../gfx/math/matrix_3x3.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OMAP
|
||||
#include "../gfx/omap_gfx.c"
|
||||
#include "../gfx/fbdev.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_DYLIB
|
||||
#include "../gfx/ext_gfx.c"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user