all repos — mgba @ d84cee4700a11825259d6396d0b519b0b997f641

mGBA Game Boy Advance Emulator

SDL: Fix GLES2 build
Anty-Lemon Anty-Lemon@users.noreply.github.com
Thu, 27 Apr 2017 13:57:05 -0400
commit

d84cee4700a11825259d6396d0b519b0b997f641

parent

d68a4f97c51a6277ea7ba95245679f0cc62cd973

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/platform/sdl/gles2-sdl.csrc/platform/sdl/gles2-sdl.c

@@ -7,7 +7,8 @@ #include "main.h"

#include "gl-common.h" -#include "core/thread.h" +#include <mgba/core/core.h> +#include <mgba/core/thread.h> #ifndef __APPLE__ #include <malloc.h>