mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
...and the usual simulator corrections
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2940 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b8ff5f8971
commit
f1f7b6150a
2 changed files with 5 additions and 2 deletions
|
|
@ -2830,8 +2830,6 @@ void mpeg_init(int volume, int bass, int treble, int balance, int loudness, int
|
||||||
dbg_timer_start();
|
dbg_timer_start();
|
||||||
dbg_cnt2us(0);
|
dbg_cnt2us(0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
recalculate_watermark(320); /* Maximum bitrate for safety's sake */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -----------------------------------------------------------------
|
/* -----------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -179,6 +179,11 @@ void mpeg_set_pitch(int pitch)
|
||||||
(void)pitch;
|
(void)pitch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void mpeg_set_buffer_margin(int seconds)
|
||||||
|
{
|
||||||
|
(void)seconds;
|
||||||
|
}
|
||||||
|
|
||||||
static int sleeptime;
|
static int sleeptime;
|
||||||
void set_sleep_timer(int seconds)
|
void set_sleep_timer(int seconds)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue