my usual simulator postfix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4472 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6e77d1fe39
commit
9568ca6055
1 changed files with 4 additions and 0 deletions
|
@ -226,6 +226,10 @@ void button_set_flip(bool yesno)
|
|||
(void)yesno;
|
||||
}
|
||||
|
||||
void talk_init(void)
|
||||
{
|
||||
}
|
||||
|
||||
int talk_buffer_steal(void)
|
||||
{
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue