Update libretro-common

This commit is contained in:
twinaphex 2018-08-13 19:56:02 +02:00
parent b93974faea
commit 66367d41a3

View File

@ -2457,7 +2457,9 @@ void rglUniform2uiv( GLint location,
#ifdef GLSM_DEBUG
log_cb(RETRO_LOG_INFO, "glUniform2uiv.\n");
#endif
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES) && defined(HAVE_OPENGLES3)
glUniform2uiv(location, count, value);
#endif
}
/*