mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 22:22:33 -05:00
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:
parent
8428c14687
commit
2c2b50a458
3 changed files with 61 additions and 25 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue