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:
parent
bf12c6a9a9
commit
c33a4a161f
1 changed files with 8 additions and 1 deletions
|
@ -275,6 +275,13 @@ static bool plugin_browse(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_RECORDING
|
#ifdef HAVE_RECORDING
|
||||||
|
#ifdef SIMULATOR
|
||||||
|
bool recording_screen(void)
|
||||||
|
{
|
||||||
|
/* a dummy */
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static bool recording_settings(void)
|
static bool recording_settings(void)
|
||||||
{
|
{
|
||||||
return recording_menu(false);
|
return recording_menu(false);
|
||||||
|
@ -350,7 +357,7 @@ bool main_menu(void)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CONFIG_HWCODEC == MAS3587F
|
#ifdef HAVE_RECORDING
|
||||||
items[i].desc = ID2P(LANG_RECORDING);
|
items[i].desc = ID2P(LANG_RECORDING);
|
||||||
items[i++].function = rec_menu;
|
items[i++].function = rec_menu;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue