mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
Cleanups
This commit is contained in:
parent
5a481d8653
commit
557b445b27
@ -1582,9 +1582,7 @@ bool gfx_display_get_update_pending(void)
|
||||
{
|
||||
gfx_display_t *p_disp = disp_get_ptr();
|
||||
gfx_animation_t *p_anim = anim_get_ptr();
|
||||
if (ANIM_IS_ACTIVE(p_anim) || p_disp->framebuf_dirty)
|
||||
return true;
|
||||
return false;
|
||||
return (ANIM_IS_ACTIVE(p_anim) || p_disp->framebuf_dirty);
|
||||
}
|
||||
|
||||
/* Checks if the display framebuffer has its 'dirty flag' set. This
|
||||
|
Loading…
x
Reference in New Issue
Block a user