(Android) Build fix
This commit is contained in:
parent
51b8fac72e
commit
71fd3aa6b4
|
@ -24,13 +24,8 @@
|
||||||
#include "../../frontend/platform/platform_android.h"
|
#include "../../frontend/platform/platform_android.h"
|
||||||
#include "../image/image.h"
|
#include "../image/image.h"
|
||||||
|
|
||||||
#include "../fonts/gl_font.h"
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#ifdef HAVE_GLSL
|
|
||||||
#include "../shader_glsl.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static bool g_use_hw_ctx;
|
static bool g_use_hw_ctx;
|
||||||
static EGLContext g_egl_hw_ctx;
|
static EGLContext g_egl_hw_ctx;
|
||||||
static EGLContext g_egl_ctx;
|
static EGLContext g_egl_ctx;
|
||||||
|
|
Loading…
Reference in New Issue