summaryrefslogtreecommitdiff
path: root/uisimulator/common
diff options
context:
space:
mode:
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. */