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:
parent
78f8667d57
commit
9e0953432a
9 changed files with 97 additions and 42 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue