Add (some of the) debug menu to sims

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11120 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Bavin 2006-10-04 07:29:50 +00:00
parent 8428c14687
commit 2c2b50a458
3 changed files with 61 additions and 25 deletions

View file

@ -349,9 +349,8 @@ bool info_menu(void)
static const struct menu_item items[] = {
{ ID2P(LANG_INFO_MENU), show_info },
{ ID2P(LANG_VERSION), show_credits },
#ifndef SIMULATOR
{ ID2P(LANG_DEBUG), debug_menu },
#else
#ifdef SIMULATOR
{ ID2P(LANG_USB), simulate_usb },
#ifdef ROCKBOX_HAS_LOGF
{"logf", logfdisplay },