mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-25 11:20:55 +00:00
ARM64: Make sure that eglGetProcAddress is declared, so the return value doesn't get truncated to int.
This commit is contained in:
parent
516dbf37e4
commit
23150858a4
@ -6,6 +6,7 @@
|
||||
#elif defined(USING_GLES2)
|
||||
#include <GLES2/gl2.h>
|
||||
#include <GLES2/gl2ext.h>
|
||||
#include "EGL/egl.h"
|
||||
// At least Nokia platforms need the three below
|
||||
#include <KHR/khrplatform.h>
|
||||
typedef char GLchar;
|
||||
|
Loading…
x
Reference in New Issue
Block a user