mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 09:48:27 +00:00
Remove some obsolete state
This commit is contained in:
parent
c614118ed8
commit
a18811bff6
@ -172,12 +172,8 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct gl_font_renderer;
|
|
||||||
|
|
||||||
typedef struct gl
|
typedef struct gl
|
||||||
{
|
{
|
||||||
uint64_t frame_count;
|
|
||||||
|
|
||||||
bool vsync;
|
bool vsync;
|
||||||
GLuint texture[GFX_MAX_TEXTURES];
|
GLuint texture[GFX_MAX_TEXTURES];
|
||||||
unsigned tex_index; /* For use with PREV. */
|
unsigned tex_index; /* For use with PREV. */
|
||||||
|
Loading…
Reference in New Issue
Block a user