forked from len0rd/rockbox
Much better UI performance and buffering times for MP3 and FLAC.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6653 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
68b9acd7de
commit
d30f1100ec
4 changed files with 15 additions and 2 deletions
|
@ -105,6 +105,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parm)
|
|||
#endif
|
||||
|
||||
ci->configure(CODEC_SET_FILEBUF_LIMIT, (int *)(1024*1024*2));
|
||||
ci->configure(CODEC_SET_FILEBUF_CHUNKSIZE, (int *)(1024*32));
|
||||
|
||||
/* We need to flush reserver memory every track load. */
|
||||
next_track:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue