From c78e1b07fead2b5861fb6fc4c9ba130660fb323f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Thu, 9 Jan 2003 00:55:00 +0000 Subject: 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 --- apps/applimits.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/applimits.h') diff --git a/apps/applimits.h b/apps/applimits.h index a18544e..6372dac 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 -- cgit v1.1