mirror of
https://github.com/libretro/RetroArch
synced 2025-03-19 16:21:30 +00:00
Merge pull request #545 from libretro/glgen-update
Update glgen_gl.c/h.
This commit is contained in:
commit
ad68ce4c91
@ -106,6 +106,12 @@ if __name__ == '__main__':
|
||||
f.write('typedef GLint GLfixed;\n')
|
||||
f.write('#endif\n')
|
||||
|
||||
f.write('#if defined(OSX) && !defined(MAC_OS_X_VERSION_10_7)\n')
|
||||
f.write('typedef long long int GLint64;\n')
|
||||
f.write('typedef unsigned long long int GLuint64;\n')
|
||||
f.write('typedef struct __GLsync *GLsync;\n')
|
||||
f.write('#endif\n')
|
||||
|
||||
dump(f, typedefs)
|
||||
dump(f, overrides)
|
||||
dump(f, externs)
|
||||
|
1610
gfx/glsym/glsym_gl.c
1610
gfx/glsym/glsym_gl.c
File diff suppressed because it is too large
Load Diff
2482
gfx/glsym/glsym_gl.h
2482
gfx/glsym/glsym_gl.h
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user