mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-11 07:37:52 +00:00
gl2shim: add SOFTFP_LINK support for gles3compat
This commit is contained in:
parent
e82050a4bc
commit
cb12af69ed
@ -28,6 +28,10 @@ GNU General Public License for more details.
|
||||
#define XASH_GL_STATIC
|
||||
#define REF_GL_KEEP_MANGLED_FUNCTIONS
|
||||
#elif defined XASH_GLES3COMPAT
|
||||
#ifdef SOFTFP_LINK
|
||||
#undef APIENTRY
|
||||
#define APIENTRY __attribute__((pcs("aapcs")))
|
||||
#endif
|
||||
#define XASH_GLES
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user