mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-13 10:29:59 +01:00
Merge pull request #4698 from xperia64/picky_gles_drivers
Fix GLES version header on picky drivers
This commit is contained in:
commit
6f6bfd4b3d
@ -14,8 +14,7 @@
|
|||||||
namespace OpenGL {
|
namespace OpenGL {
|
||||||
|
|
||||||
GLuint LoadShader(const char* source, GLenum type) {
|
GLuint LoadShader(const char* source, GLenum type) {
|
||||||
const std::string version = GLES ? R"(
|
const std::string version = GLES ? R"(#version 310 es
|
||||||
#version 310 es
|
|
||||||
|
|
||||||
#define CITRA_GLES
|
#define CITRA_GLES
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user