forked from len0rd/rockbox
FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just menus), hopefully save some space.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15206 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
877ea486ba
commit
32a9575130
22 changed files with 161 additions and 186 deletions
|
@ -468,8 +468,7 @@ static const struct plugin_api rockbox_api = {
|
|||
#endif
|
||||
&global_settings,
|
||||
&global_status,
|
||||
talk_disable_menus,
|
||||
talk_enable_menus,
|
||||
talk_disable,
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
codec_load_file,
|
||||
get_codec_filename,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue