mirror of
https://github.com/libretro/RetroArch
synced 2025-01-06 10:11:54 +00:00
fix compile error
This commit is contained in:
parent
7f3785ecf0
commit
809aa95042
2
gfx/gl.c
2
gfx/gl.c
@ -262,7 +262,7 @@ static bool gl_frame(void *data, const uint16_t* frame, int width, int height, i
|
||||
cgGLSetParameter2f(gl->cg_output_size, gl_width, gl_height);
|
||||
|
||||
cgGLSetParameter2f(gl->cg_Vvideo_size, width, height);
|
||||
cgGLSetParameter2f(gl->cg_Vtexture_size, gl->tex_w, gl_tex_h);
|
||||
cgGLSetParameter2f(gl->cg_Vtexture_size, gl->tex_w, gl->tex_h);
|
||||
cgGLSetParameter2f(gl->cg_Voutput_size, gl_width, gl_height);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user