From daaec5df2f1b15baaac34fad4254c984ed7edda3 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Mon, 5 Jan 2004 23:42:56 +0000 Subject: still trying to fix the sim (blindfolded) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4195 a1c6a512-1295-4272-9138-f99709370657 --- firmware/mp3_playback.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware') diff --git a/firmware/mp3_playback.c b/firmware/mp3_playback.c index 9ded720248..0d9a7a69fd 100644 --- a/firmware/mp3_playback.c +++ b/firmware/mp3_playback.c @@ -898,6 +898,8 @@ void mp3_init(int volume, int bass, int treble, int balance, int loudness, /* new functions, to be exported to plugin API */ +#ifndef SIMULATOR + void mp3_play_init(void) { #ifdef HAVE_MAS3587F @@ -937,3 +939,5 @@ void mp3_play_stop(void) mp3_play_pause(false); CHCR3 &= ~0x0001; /* Disable the DMA interrupt */ } + +#endif /* #ifndef SIMULATOR */ \ No newline at end of file -- cgit v1.2.3