Added mpeg_set_pitch() stub to simulator.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2721 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-10-18 14:03:11 +00:00
parent ac59dceeea
commit 5cb429ec60
3 changed files with 5 additions and 6 deletions

View file

@ -170,3 +170,8 @@ void lcd_set_contrast( int x )
{
(void)x;
}
void mpeg_set_pitch(int pitch)
{
(void)pitch;
}