mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 01:21:10 +00:00
Add glsym private
Allows core developpers to add their own definitions when working with glsm. 2 things needed : - enable the `HAVE_GLSYM_PRIVATE` define - create a glsym_private.h with your logic You can find an example of usage at https://github.com/libretro/yabause/tree/yabasanshiro/yabause/src/libretro
This commit is contained in:
parent
194a675448
commit
b9b9464652
@ -38,4 +38,8 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_GLSYM_PRIVATE
|
||||||
|
#include "glsym_private.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user