mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +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;
|
||||
}
|
||||
|
||||
if (font && font->block)
|
||||
if (font->block)
|
||||
font->block->fullscreen = full_screen;
|
||||
else
|
||||
gl_raster_font_setup_viewport(width, height, font, full_screen);
|
||||
|
||||
if (font && !string_is_empty(msg) && font->gl
|
||||
&& font->font_data && font->font_driver)
|
||||
if (!string_is_empty(msg) && font->gl
|
||||
&& font->font_data && font->font_driver)
|
||||
{
|
||||
if (drop_x || drop_y)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user