mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Fix C89_BUILD errors
This commit is contained in:
parent
adc9ecf4cc
commit
3cbae9c767
@ -63,7 +63,7 @@ typedef struct menu_animation menu_animation_t;
|
||||
#define TICKER_SPEED 333
|
||||
#define TICKER_SLOW_SPEED 1600
|
||||
|
||||
static const char ticker_spacer_default[] = TICKER_SPACER_DEFAULT;
|
||||
static const char ticker_spacer_default[] = TICKER_SPACER_DEFAULT
|
||||
|
||||
static menu_animation_t anim;
|
||||
static retro_time_t cur_time = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user