Comment this out for PSGL

This commit is contained in:
twinaphex 2016-12-21 16:06:24 +01:00
parent a01ec58e10
commit 19810233fa

View File

@ -53,6 +53,7 @@ void gl_ff_matrix(const math_matrix_4x4 *mat)
static void gl_size_format(GLint* internalFormat) static void gl_size_format(GLint* internalFormat)
{ {
#ifndef HAVE_PSGL
switch (*internalFormat) switch (*internalFormat)
{ {
case GL_RGB: case GL_RGB:
@ -67,7 +68,9 @@ static void gl_size_format(GLint* internalFormat)
#endif #endif
break; break;
} }
#endif
} }
/* This function should only be used without mipmaps /* This function should only be used without mipmaps
and when data == NULL */ and when data == NULL */
void gl_load_texture_image(GLenum target, void gl_load_texture_image(GLenum target,