From c0e6e20fb63b09fa993111710ae202b2aacaf2d1 Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Mon, 11 Jun 2007 09:04:50 +0000 Subject: Oops. I should respect the simulator #ifdefs more. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13618 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/stubs.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'uisimulator') diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 00a0701f80..f455905ac9 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -247,6 +247,19 @@ int talk_spell(char* spell, bool enqueue) return 0; } +bool talk_menus_enabled(void) +{ + return false; +} + +void talk_enable_menus(void) +{ +} + +void talk_disable_menus(void) +{ +} + const char* const dir_thumbnail_name = "_dirname.talk"; const char* const file_thumbnail_ext = ".talk"; #endif -- cgit v1.2.3