mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Cleanups
This commit is contained in:
parent
b6d34e9581
commit
632039f985
@ -472,13 +472,13 @@ static void gl_raster_font_render_msg(
|
|||||||
drop_alpha = 1.0f;
|
drop_alpha = 1.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (font && font->block)
|
if (font->block)
|
||||||
font->block->fullscreen = full_screen;
|
font->block->fullscreen = full_screen;
|
||||||
else
|
else
|
||||||
gl_raster_font_setup_viewport(width, height, font, full_screen);
|
gl_raster_font_setup_viewport(width, height, font, full_screen);
|
||||||
|
|
||||||
if (font && !string_is_empty(msg) && font->gl
|
if (!string_is_empty(msg) && font->gl
|
||||||
&& font->font_data && font->font_driver)
|
&& font->font_data && font->font_driver)
|
||||||
{
|
{
|
||||||
if (drop_x || drop_y)
|
if (drop_x || drop_y)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user