From c98ea5a6def52d32c521fcc2dcde6271d9b0bda9 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Thu, 9 Jun 2005 07:20:55 +0000 Subject: Oops, forgot to test simulator compile. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6633 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/playback.c b/apps/playback.c index c0c71a173d..c13befa533 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -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; -- cgit v1.2.3