mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Oops. I should respect the simulator #ifdefs more.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13618 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
541f403342
commit
c0e6e20fb6
1 changed files with 13 additions and 0 deletions
|
@ -247,6 +247,19 @@ int talk_spell(char* spell, bool enqueue)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool talk_menus_enabled(void)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
void talk_enable_menus(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
void talk_disable_menus(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
const char* const dir_thumbnail_name = "_dirname.talk";
|
const char* const dir_thumbnail_name = "_dirname.talk";
|
||||||
const char* const file_thumbnail_ext = ".talk";
|
const char* const file_thumbnail_ext = ".talk";
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue