mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix issue with GL
This commit is contained in:
parent
7260e52a23
commit
c496657556
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ menu_display_ctx_driver_t menu_display_ctx_gl = {
|
|||
menu_display_gl_get_default_tex_coords,
|
||||
menu_display_gl_font_init_first,
|
||||
MENU_VIDEO_DRIVER_OPENGL,
|
||||
"menu_display_gl",
|
||||
"gl",
|
||||
false,
|
||||
menu_display_gl_scissor_begin,
|
||||
menu_display_gl_scissor_end
|
||||
|
|
Loading…
Add table
Reference in a new issue