forked from len0rd/rockbox
use the protos on the simulator as well, this should kill a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2833 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f844ab207f
commit
e94eebb355
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ int mpeg_sound_numdecimals(int setting);
|
|||
struct mp3entry* mpeg_current_track(void);
|
||||
bool mpeg_has_changed_track(void);
|
||||
int mpeg_status(void);
|
||||
#ifdef HAVE_MAS3587F
|
||||
#if defined(HAVE_MAS3587F) || defined(SIMULATOR)
|
||||
void mpeg_set_pitch(int percent);
|
||||
void mpeg_init_recording(void);
|
||||
void mpeg_init_playback(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue