mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix flushing of voice during playback, patch in FS#6239 by Stephane Doyon and Daniel Dalton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14517 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
12c82bdb77
commit
441fa76a6d
3 changed files with 4 additions and 9 deletions
|
@ -76,9 +76,7 @@ int talk_spell(const char* spell, bool enqueue); /* spell a string */
|
|||
bool talk_menus_enabled(void); /* returns true if menus should be voiced */
|
||||
void talk_disable_menus(void); /* disable voice menus (temporarily, not persisted) */
|
||||
void talk_enable_menus(void); /* re-enable voice menus */
|
||||
|
||||
|
||||
|
||||
int do_shutup(void); /* kill voice unconditionally */
|
||||
|
||||
/* This (otherwise invalid) ID signals the end of the array. */
|
||||
#define TALK_FINAL_ID LANG_LAST_INDEX_IN_ARRAY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue