1
0
Fork 0
forked from len0rd/rockbox

fix for the sim build

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5780 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-02-04 11:19:54 +00:00
parent bf12c6a9a9
commit c33a4a161f

View file

@ -275,6 +275,13 @@ static bool plugin_browse(void)
}
#ifdef HAVE_RECORDING
#ifdef SIMULATOR
bool recording_screen(void)
{
/* a dummy */
}
#endif
static bool recording_settings(void)
{
return recording_menu(false);
@ -350,7 +357,7 @@ bool main_menu(void)
}
#endif
#if CONFIG_HWCODEC == MAS3587F
#ifdef HAVE_RECORDING
items[i].desc = ID2P(LANG_RECORDING);
items[i++].function = rec_menu;
#endif