mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
MSVC2010 buildfix
This commit is contained in:
parent
e3af337a78
commit
f4dd0f27ed
@ -2613,6 +2613,7 @@ gfx_animation_ctx_tag gfx_widgets_generic_tag = (uintptr_t) &gfx_widgets_inited;
|
||||
static bool gfx_widgets_paused = false;
|
||||
static bool gfx_widgets_fast_forward = false;
|
||||
static bool gfx_widgets_rewinding = false;
|
||||
#endif
|
||||
|
||||
bool gfx_widgets_ready(void)
|
||||
{
|
||||
@ -2622,7 +2623,6 @@ bool gfx_widgets_ready(void)
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
/* MENU INPUT GLOBAL VARIABLES */
|
||||
|
Loading…
x
Reference in New Issue
Block a user