diff options
author | Björn Stenberg <bjorn@haxx.se> | 2003-01-09 00:55:00 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2003-01-09 00:55:00 +0000 |
commit | c78e1b07fead2b5861fb6fc4c9ba130660fb323f (patch) | |
tree | 267406ed9e1e3c68238f688934d2088a1fa7c8e3 /apps/applimits.h | |
parent | 0e342181c3f96890506aa8720ac2d680b97c12e4 (diff) | |
download | rockbox-c78e1b07fead2b5861fb6fc4c9ba130660fb323f.tar.gz rockbox-c78e1b07fead2b5861fb6fc4c9ba130660fb323f.tar.bz2 rockbox-c78e1b07fead2b5861fb6fc4c9ba130660fb323f.zip |
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
Diffstat (limited to 'apps/applimits.h')
-rw-r--r-- | apps/applimits.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/applimits.h b/apps/applimits.h index a18544e87d..6372dac924 100644 --- a/apps/applimits.h +++ b/apps/applimits.h @@ -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 |