summaryrefslogtreecommitdiff
path: root/apps/applimits.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-01-09 00:55:00 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-01-09 00:55:00 +0000
commitc78e1b07fead2b5861fb6fc4c9ba130660fb323f (patch)
tree267406ed9e1e3c68238f688934d2088a1fa7c8e3 /apps/applimits.h
parent0e342181c3f96890506aa8720ac2d680b97c12e4 (diff)
downloadrockbox-c78e1b07fead2b5861fb6fc4c9ba130660fb323f.tar.gz
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.h1
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 @@
23#define AVERAGE_FILENAME_LENGTH 40 23#define AVERAGE_FILENAME_LENGTH 40
24#define MAX_DIR_LEVELS 10 24#define MAX_DIR_LEVELS 10
25#define MAX_PLAYLIST_SIZE 10000 25#define MAX_PLAYLIST_SIZE 10000
26#define MAX_QUEUED_FILES 100
26 27
27#endif 28#endif