mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Buildfix
This commit is contained in:
parent
45cd860835
commit
8a78b69689
@ -231,7 +231,7 @@ typedef struct gl_renderchain_driver
|
||||
const char *ident;
|
||||
} gl_renderchain_driver_t;
|
||||
|
||||
typedef struct gl
|
||||
struct gl
|
||||
{
|
||||
GLenum internal_fmt;
|
||||
GLenum texture_type; /* RGB565 or ARGB */
|
||||
@ -315,7 +315,7 @@ typedef struct gl
|
||||
|
||||
const gl_renderchain_driver_t *renderchain_driver;
|
||||
void *renderchain_data;
|
||||
} gl_t;
|
||||
};
|
||||
|
||||
static INLINE void gl_bind_texture(GLuint id, GLint wrap_mode, GLint mag_filter,
|
||||
GLint min_filter)
|
||||
|
Loading…
x
Reference in New Issue
Block a user