forked from len0rd/rockbox
Remove sim_tasks from the sdl application build.
This unfortunately removes the screendump feature, but usually there are better desktop apps for that. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31011 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7e211ff9d1
commit
71d73fd470
4 changed files with 11 additions and 6 deletions
|
|
@ -1771,7 +1771,7 @@ static bool dbg_fm_radio(void)
|
|||
#endif /* CONFIG_TUNER */
|
||||
#endif /* !SIMULATOR */
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#if defined(HAVE_LCD_BITMAP) && !defined(APPLICATION)
|
||||
extern bool do_screendump_instead_of_usb;
|
||||
|
||||
static bool dbg_screendump(void)
|
||||
|
|
@ -2057,8 +2057,10 @@ static const struct the_menu_item menuitems[] = {
|
|||
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
|
||||
{ "View battery", view_battery },
|
||||
#endif
|
||||
#ifndef APPLICATION
|
||||
{ "Screendump", dbg_screendump },
|
||||
#endif
|
||||
#endif
|
||||
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
|
||||
{ "View HW info", dbg_hw_info },
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue