From b12367c78141007393dd7161d69393f04f18849d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 9 Mar 2016 12:42:58 +0100 Subject: [PATCH] Update --- libretro-common/glsm/glsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/glsm/glsm.c b/libretro-common/glsm/glsm.c index 4ad065290c..7e36c4c8c7 100644 --- a/libretro-common/glsm/glsm.c +++ b/libretro-common/glsm/glsm.c @@ -581,7 +581,7 @@ void rglGetProgramInfoLog(GLuint shader, GLsizei maxLength, GLboolean rglIsProgram(GLuint program) { - glIsProgram(program); + return glIsProgram(program); } void rglEnableVertexAttribArray(GLuint index)