summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-03-14 21:33:53 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-03-14 21:33:53 +0000
commit4f36ea8fbf877e8af938c0bb16591f3c6cffd4f8 (patch)
treec0dbd4a148a54c8c2851d95149ed6d4e91053bd6 /apps/main.c
parent62b095d02972ac8c6fb63ab0a38d1fa0c483b85b (diff)
downloadrockbox-4f36ea8fbf877e8af938c0bb16591f3c6cffd4f8.tar.gz
rockbox-4f36ea8fbf877e8af938c0bb16591f3c6cffd4f8.zip
First step of the voice-UI: the menus can talk. You need a "voicefont" file in .rockbox to use this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4381 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index d6be594d07..2c2f9ac854 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -54,6 +54,7 @@
54#include "rolo.h" 54#include "rolo.h"
55#include "screens.h" 55#include "screens.h"
56#include "power.h" 56#include "power.h"
57#include "talk.h"
57 58
58char appsversion[]=APPSVERSION; 59char appsversion[]=APPSVERSION;
59 60
@@ -208,6 +209,7 @@ void init(void)
208 global_settings.avc, 209 global_settings.avc,
209 global_settings.channel_config ); 210 global_settings.channel_config );
210 mpeg_init(); 211 mpeg_init();
212 talk_init();
211 213
212 /* no auto-rolo on startup any more, but I leave it here for reference */ 214 /* no auto-rolo on startup any more, but I leave it here for reference */
213#if 0 215#if 0