mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(mali_fbdev) Add some ifdefs
This commit is contained in:
parent
59ed4b939f
commit
dc12f07a55
@ -26,8 +26,14 @@
|
||||
#include "../../driver.h"
|
||||
#include "../../general.h"
|
||||
#include "../../runloop.h"
|
||||
|
||||
#ifdef HAVE_EGL
|
||||
#include "../common/egl_common.h"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES)
|
||||
#include "../common/gl_common.h"
|
||||
#endif
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user