mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(gl.c) Change define to !define(RARCH_CONSOLE)
This commit is contained in:
parent
14983ab56e
commit
e63639388d
2
gfx/gl.c
2
gfx/gl.c
@ -2114,7 +2114,7 @@ static void *gl_init(const video_info_t *video, const input_driver_t **input, vo
|
||||
if (input && input_data)
|
||||
context_input_driver_func(input, input_data);
|
||||
|
||||
#if !defined(HAVE_RMENU)
|
||||
#if !defined(RARCH_CONSOLE)
|
||||
// Comes too early for console - moved to gl_start
|
||||
if (g_settings.video.font_enable)
|
||||
gl->font_ctx = gl_font_init_first(gl, g_settings.video.font_path, g_settings.video.font_size);
|
||||
|
Loading…
x
Reference in New Issue
Block a user