From 184d82ec1696c109a61acf51c8563f377e982478 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Tue, 14 Jun 2005 19:01:33 +0000 Subject: Oops, simulator compiles now fine. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6712 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/playback.c b/apps/playback.c index 7c5ebe6b0e..0828d58ce0 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -1487,9 +1487,12 @@ void audio_next(void) ci.stop_codec = true; playlist_next(1); queue_post(&audio_queue, AUDIO_PLAY, 0); - } else if (!pcm_crossfade_start()) { + } +#ifndef SIMULATOR + else if (!pcm_crossfade_start()) { pcm_play_stop(); } +#endif } void audio_prev(void) -- cgit v1.2.3