1
0
Fork 0
forked from len0rd/rockbox

repair the iriver sim build

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5764 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-02-03 21:47:38 +00:00
parent a7b64db903
commit c3ab85cbfb

View file

@ -1206,10 +1206,12 @@ void mp3_init(int volume, int bass, int treble, int balance, int loudness,
paused = false;
playing = false;
#ifndef SIMULATOR
playstart_tick = 0;
cumulative_ticks = 0;
callback_for_more = 0;
mpeg_is_initialized = false;
#endif
}
void mp3_shutdown(void)
{