forked from len0rd/rockbox
another sim fix, I just _love_ to break these builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4417 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
beec2e97e6
commit
5495d6ec2e
1 changed files with 7 additions and 0 deletions
|
@ -252,3 +252,10 @@ int talk_value(int n, int unit, bool enqueue)
|
|||
(void)enqueue;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int talk_number(int n, bool enqueue)
|
||||
{
|
||||
(void)n;
|
||||
(void)enqueue;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue