mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Update menu_animation.c
This commit is contained in:
parent
e61f6b3fc9
commit
d51fbbc37b
@ -495,10 +495,9 @@ bool menu_animation_push(menu_animation_ctx_entry_t *entry)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool menu_animation_update()
|
||||
bool menu_animation_update(void)
|
||||
{
|
||||
unsigned i;
|
||||
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
menu_animation_update_time(settings->bools.menu_timedate_enable);
|
||||
@ -744,7 +743,7 @@ void menu_timer_kill(menu_timer_t *timer)
|
||||
menu_animation_kill_by_tag(&tag);
|
||||
}
|
||||
|
||||
float menu_animation_get_ticker_time()
|
||||
float menu_animation_get_ticker_time(void)
|
||||
{
|
||||
return ticker_time;
|
||||
}
|
||||
|
@ -135,7 +135,7 @@ void menu_animation_init(void);
|
||||
|
||||
void menu_animation_free(void);
|
||||
|
||||
bool menu_animation_update();
|
||||
bool menu_animation_update(void);
|
||||
|
||||
bool menu_animation_ticker(const menu_animation_ctx_ticker_t *ticker);
|
||||
|
||||
@ -155,7 +155,7 @@ float menu_animation_get_delta_time(void);
|
||||
|
||||
bool menu_animation_ctl(enum menu_animation_ctl_state state, void *data);
|
||||
|
||||
float menu_animation_get_ticker_time();
|
||||
float menu_animation_get_ticker_time(void);
|
||||
|
||||
RETRO_END_DECLS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user