mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Silence this warning
This commit is contained in:
parent
f3b3fc3935
commit
83a03b6679
@ -204,11 +204,12 @@ static bool menu_display_null_font_init_first(
|
||||
bool is_threaded)
|
||||
{
|
||||
font_data_t **handle = (font_data_t**)font_handle;
|
||||
*handle = font_driver_init_first(video_data,
|
||||
if ((*handle = font_driver_init_first(video_data,
|
||||
font_path, font_size, true,
|
||||
is_threaded,
|
||||
FONT_DRIVER_RENDER_DONT_CARE);
|
||||
return *handle;
|
||||
FONT_DRIVER_RENDER_DONT_CARE)))
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
static const float *menu_display_null_get_default_vertices(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user