Oops, forgot to test simulator compile.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6633 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b4bc106efb
commit
c98ea5a6de
1 changed files with 2 additions and 0 deletions
|
@ -872,9 +872,11 @@ void audio_update_trackinfo(void)
|
|||
buf_ridx += cur_ti->codecsize;
|
||||
if (buf_ridx >= codecbuflen)
|
||||
buf_ridx -= codecbuflen;
|
||||
#ifndef SIMULATOR
|
||||
pcm_crossfade_start();
|
||||
if (!filling)
|
||||
pcm_set_boost_mode(false);
|
||||
#endif
|
||||
} else {
|
||||
buf_ridx -= ci.curpos;
|
||||
codecbufused += ci.curpos;
|
||||
|
|
Loading…
Reference in a new issue