mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
Turn menu_animation_ticker_generic into static function
This commit is contained in:
parent
b19f14c042
commit
f74eeeb464
@ -571,8 +571,8 @@ bool menu_animation_update(menu_animation_t *anim, float dt)
|
||||
return true;
|
||||
}
|
||||
|
||||
void menu_animation_ticker_generic(uint64_t idx, size_t max_width,
|
||||
size_t *offset, size_t *width)
|
||||
static void menu_animation_ticker_generic(uint64_t idx,
|
||||
size_t max_width, size_t *offset, size_t *width)
|
||||
{
|
||||
int ticker_period, phase, phase_left_stop;
|
||||
int phase_left_moving, phase_right_stop;
|
||||
|
@ -114,9 +114,6 @@ bool menu_animation_update(menu_animation_t *animation, float dt);
|
||||
void menu_animation_ticker_str(char *s, size_t len, uint64_t tick,
|
||||
const char *str, bool selected);
|
||||
|
||||
void menu_animation_ticker_generic(uint64_t idx, size_t max_width,
|
||||
size_t *offset, size_t *width);
|
||||
|
||||
menu_animation_t *menu_animation_get_ptr(void);
|
||||
|
||||
void menu_animation_update_time(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user