mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Fix for GLES2 target
This commit is contained in:
parent
5439751bc2
commit
66795c35cc
@ -23,7 +23,7 @@ typedef void *GLeglImageOES;
|
||||
typedef GLint GLfixed;
|
||||
#endif
|
||||
|
||||
#if (__STDC_VERSION__ <= 199901L) || (OSX && !MAC_OS_X_VERSION_10_7)
|
||||
#if (__STDC_VERSION__ <= 199409L) || (OSX && !MAC_OS_X_VERSION_10_7)
|
||||
#ifndef GLint64
|
||||
typedef long long int GLint64;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user