From e3af337a7816e743e1f5c1ec599e74aa2a75e257 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 17 Feb 2020 21:48:15 +0100 Subject: [PATCH] Buildfix --- retroarch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch.c b/retroarch.c index d1215201fe..17e093ed5c 100644 --- a/retroarch.c +++ b/retroarch.c @@ -27347,7 +27347,7 @@ static enum runloop_state runloop_check_state(void) } } -#if defined(HAVE_MENU) || defined(HAVE_MENU_WIDGETS) +#if defined(HAVE_MENU) || defined(HAVE_GFX_WIDGETS) gfx_animation_update( settings->bools.menu_timedate_enable, settings->floats.menu_ticker_speed,