diff --git a/core/rend/gles/gles.cpp b/core/rend/gles/gles.cpp index 1c858f870..a2cee92c8 100644 --- a/core/rend/gles/gles.cpp +++ b/core/rend/gles/gles.cpp @@ -68,7 +68,7 @@ const char *PixelCompatShader = R"( )"; static const char* GouraudSource = R"( -#if TARGET_GL == GL3 || defined(GL_NV_shader_noperspective_interpolation) +#if TARGET_GL == GL3 #define NOPERSPECTIVE noperspective #if pp_Gouraud == 0 #define INTERPOLATION flat