Merge pull request #16903 from hrydgard/libretro-buildfix-gles3

Attempt at libretro buildfix
This commit is contained in:
Henrik Rydgård 2023-02-03 19:17:55 +01:00 committed by GitHub
commit c9e386f78e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,7 @@
#if XR_USE_GRAPHICS_API_OPENGL_ES
#include <GLES3/gl3.h>
#include <GLES3/gl3ext.h>
#include "Common/GPU/OpenGL/GLCommon.h"
#endif