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
|
@ -740,7 +740,11 @@ static bool prepare_insert(size_t length)
|
|||
{
|
||||
pcmbuf_boost(true);
|
||||
/* Pre-buffer 1s. */
|
||||
#if MEMORYSIZE <= 1
|
||||
if (!LOW_DATA(1))
|
||||
#else
|
||||
if (!LOW_DATA(4))
|
||||
#endif
|
||||
{
|
||||
logf("pcm starting");
|
||||
pcmbuf_play_start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue