mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 06:02:37 -05:00
Added some basic codec configuration functionality.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6652 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2326beaf39
commit
68b9acd7de
5 changed files with 62 additions and 22 deletions
|
|
@ -104,7 +104,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parm)
|
|||
rb->memcpy(iramstart, iramcopy, iramend-iramstart);
|
||||
#endif
|
||||
|
||||
/* This function sets up the buffers and reads the file into RAM */
|
||||
ci->configure(CODEC_SET_FILEBUF_LIMIT, (int *)(1024*1024*2));
|
||||
|
||||
/* We need to flush reserver memory every track load. */
|
||||
next_track:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue