1
0
Fork 0
forked from len0rd/rockbox

The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding down PLAY on it while playing other music.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3040 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2003-01-09 00:55:00 +00:00
parent 0e342181c3
commit c78e1b07fe
10 changed files with 492 additions and 129 deletions

View file

@ -23,5 +23,6 @@
#define AVERAGE_FILENAME_LENGTH 40
#define MAX_DIR_LEVELS 10
#define MAX_PLAYLIST_SIZE 10000
#define MAX_QUEUED_FILES 100
#endif