1
0
Fork 0
forked from len0rd/rockbox

Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE conditionals, eliminated fade buffer on low memory targets

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23597 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jeffrey Goode 2009-11-10 03:46:08 +00:00
parent 78f8667d57
commit 9e0953432a
9 changed files with 97 additions and 42 deletions

View file

@ -475,7 +475,10 @@ static void codec_thread(void)
while (1) {
status = 0;
if (!pcmbuf_is_crossfade_active()) {
#ifdef HAVE_CROSSFADE
if (!pcmbuf_is_crossfade_active())
#endif
{
cancel_cpu_boost();
}