mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Minor changes to menu_ticker_line
This commit is contained in:
parent
8e98619ea1
commit
e215da3754
@ -252,8 +252,9 @@ void menu_ticker_line(char *buf, size_t len, unsigned index,
|
||||
{
|
||||
strlcpy(buf, str, len + 1 - 3);
|
||||
strlcat(buf, "...", len + 1);
|
||||
return;
|
||||
}
|
||||
else
|
||||
|
||||
{
|
||||
/* Wrap long strings in options with some kind of ticker line. */
|
||||
unsigned ticker_period = 2 * (str_len - len) + 4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user