forked from len0rd/rockbox
Speech feedback in mpegplayer menus
Patch by Igor Poretsky Change-Id: Idc6920e17be6537557f2b1cf00f7e559e30b45e8
This commit is contained in:
parent
7234de58ae
commit
4ad76652ef
5 changed files with 556 additions and 66 deletions
|
@ -86,4 +86,10 @@
|
|||
#define LCD_ENABLE_EVENT_0 MAKE_SYS_EVENT(SYS_EVENT_CLS_PRIVATE, 0)
|
||||
#define LCD_ENABLE_EVENT_1 MAKE_SYS_EVENT(SYS_EVENT_CLS_PRIVATE, 1)
|
||||
|
||||
#ifdef PLUGIN_USE_IRAM
|
||||
/* IRAM preserving mechanism to enable talking menus */
|
||||
extern void mpegplayer_iram_preserve(void);
|
||||
extern void mpegplayer_iram_restore(void);
|
||||
#endif
|
||||
|
||||
#endif /* MPEGPLAYER_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue