summaryrefslogtreecommitdiff
path: root/uisimulator/common
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2005-08-20 11:13:19 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2005-08-20 11:13:19 +0000
commit159c52dd36e5c008612458192904f57ea6dfdfad (patch)
tree4b6f7d8329069e90d72284ef73ba542d75705b55 /uisimulator/common
parent329caa8ade0b78a3235e9d28983cb1c506e573a0 (diff)
downloadrockbox-159c52dd36e5c008612458192904f57ea6dfdfad.tar.gz
rockbox-159c52dd36e5c008612458192904f57ea6dfdfad.zip
Initial voice ui support for software codec platforms. Added also a
beep when changing tracks. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7360 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common')
-rw-r--r--uisimulator/common/stubs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index af6f9653fe..2357f9baea 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -273,6 +273,7 @@ void button_set_flip(bool yesno)
273 (void)yesno; 273 (void)yesno;
274} 274}
275 275
276#if CONFIG_HWCODEC != MASNONE
276void talk_init(void) 277void talk_init(void)
277{ 278{
278} 279}
@@ -320,6 +321,7 @@ int talk_spell(char* spell, bool enqueue)
320 321
321const char* const dir_thumbnail_name = "_dirname.talk"; 322const char* const dir_thumbnail_name = "_dirname.talk";
322const char* const file_thumbnail_ext = ".talk"; 323const char* const file_thumbnail_ext = ".talk";
324#endif
323 325
324/* FIXME: this shoudn't be a stub, rather the real thing. 326/* FIXME: this shoudn't be a stub, rather the real thing.
325 I'm afraid on Win32/X11 it'll be hard to kill a thread from outside. */ 327 I'm afraid on Win32/X11 it'll be hard to kill a thread from outside. */