mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 08:32:36 -05:00
Added mpeg_next() and mpeg_prev()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1206 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a61617f2b2
commit
2dd9b33977
1 changed files with 8 additions and 0 deletions
|
|
@ -40,6 +40,14 @@ void mpeg_stop(void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void mpeg_prev(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
void mpeg_next(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
#ifndef MPEGPLAY
|
#ifndef MPEGPLAY
|
||||||
void mpeg_play(char *tune)
|
void mpeg_play(char *tune)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue