mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
Avoid redundant FF GL calls.
This commit is contained in:
parent
04a5a17409
commit
450b59262b
3
gfx/gl.c
3
gfx/gl.c
@ -1106,9 +1106,6 @@ static void *gl_init(const video_info_t *video, const input_driver_t **input, vo
|
||||
glDisable(GL_DITHER);
|
||||
glClearColor(0, 0, 0, 1);
|
||||
|
||||
glMatrixMode(GL_MODELVIEW);
|
||||
glLoadIdentity();
|
||||
|
||||
glEnableClientState(GL_VERTEX_ARRAY);
|
||||
glEnableClientState(GL_TEXTURE_COORD_ARRAY);
|
||||
glEnableClientState(GL_COLOR_ARRAY);
|
||||
|
Loading…
x
Reference in New Issue
Block a user