1
0
Fork 0
forked from len0rd/rockbox

[feature] playlist. show search progressbar when iterating playlist entries

Change-Id: Ib38363f7495ca523e7cc401c0d39e060ed1705ad
This commit is contained in:
William Wilgus 2024-07-20 00:06:31 -04:00 committed by William Wilgus
parent 82cf845625
commit 072228bb70
4 changed files with 24 additions and 13 deletions

View file

@ -110,7 +110,7 @@ void talk_timedate(void);
* returns true if the playlist should be replaced */
bool warn_on_pl_erase(void);
bool show_search_progress(bool init, int count);
bool show_search_progress(bool init, int count, int current, int total);
/* Read (up to) a line of text from fd into buffer and return number of bytes
* read (which may be larger than the number of bytes stored in buffer). If