mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Comment this out for PSGL
This commit is contained in:
parent
a01ec58e10
commit
19810233fa
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user