forked from len0rd/rockbox
Fixed the simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7212 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ebb9099ca2
commit
3b6a9f3bad
1 changed files with 7 additions and 0 deletions
|
|
@ -66,6 +66,13 @@ void pcm_play_data(void (*get_more)(unsigned char** start, long* size))
|
|||
playing = true;
|
||||
}
|
||||
|
||||
#if CONFIG_HWCODEC != MASNONE
|
||||
void audio_set_buffer_margin(int seconds)
|
||||
{
|
||||
(void)seconds;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Generic firmware stubs. */
|
||||
void backlight_on(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue