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:
parent
a7b64db903
commit
c3ab85cbfb
1 changed files with 2 additions and 0 deletions
|
|
@ -1206,10 +1206,12 @@ void mp3_init(int volume, int bass, int treble, int balance, int loudness,
|
||||||
|
|
||||||
paused = false;
|
paused = false;
|
||||||
playing = false;
|
playing = false;
|
||||||
|
#ifndef SIMULATOR
|
||||||
playstart_tick = 0;
|
playstart_tick = 0;
|
||||||
cumulative_ticks = 0;
|
cumulative_ticks = 0;
|
||||||
callback_for_more = 0;
|
callback_for_more = 0;
|
||||||
mpeg_is_initialized = false;
|
mpeg_is_initialized = false;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
void mp3_shutdown(void)
|
void mp3_shutdown(void)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue