1
0
Fork 0
forked from len0rd/rockbox

Various lower limits and sizes for targets with 1MB of RAM (Iriver iFP7xx).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10556 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomasz Malesinski 2006-08-12 23:01:52 +00:00
parent c1810b31f1
commit 28910e7e17
5 changed files with 34 additions and 0 deletions

View file

@ -33,7 +33,12 @@
/* Not yet implemented. */
#define CODEC_SET_AUDIOBUF_WATERMARK 4
#if MEMORYSIZE > 1
#define MAX_TRACK 32
#else
#define MAX_TRACK 8
#endif
#define MAX_TRACK_MASK (MAX_TRACK-1)
struct track_info {