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:
parent
c1810b31f1
commit
28910e7e17
5 changed files with 34 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue