mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 10:20:21 +00:00
gl: don't try to render a blank OSD message on every frame
This commit is contained in:
parent
24dc35d97b
commit
c7d7c5c909
@ -1245,7 +1245,7 @@ static bool gl_frame(void *data, const void *frame,
|
||||
}
|
||||
#endif
|
||||
|
||||
if (msg)
|
||||
if (!string_is_empty(msg))
|
||||
font_driver_render_msg(video_info, NULL, msg, NULL);
|
||||
|
||||
#ifdef HAVE_OVERLAY
|
||||
|
Loading…
Reference in New Issue
Block a user