mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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:
parent
ac59dceeea
commit
5cb429ec60
3 changed files with 5 additions and 6 deletions
|
|
@ -170,3 +170,8 @@ void lcd_set_contrast( int x )
|
|||
{
|
||||
(void)x;
|
||||
}
|
||||
|
||||
void mpeg_set_pitch(int pitch)
|
||||
{
|
||||
(void)pitch;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue