mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
[Feature] onplay.c show file progress
first some clean-up of onplay.c extend/move fileobject copy, move, delete routines in prep for other users add error checking, better error codes pre scan to make sure the operation doesn't exceed system resources show progress for file and directory copies Change-Id: Ife2e62df554892dab651bab40433bf70b27e73ff
This commit is contained in:
parent
c87c09658a
commit
dc7486c7de
6 changed files with 844 additions and 639 deletions
|
@ -277,4 +277,8 @@ long to_normalized_volume(long vol, long min_vol, long max_vol, long max_norm);
|
|||
* for the given normalized volume. */
|
||||
long from_normalized_volume(long norm, long min_vol, long max_vol, long max_norm);
|
||||
|
||||
/* clear the lcd output buffer, if update is true the cleared buffer
|
||||
* will be written to the lcd */
|
||||
void clear_screen_buffer(bool update);
|
||||
|
||||
#endif /* MISC_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue