1
0
Fork 0
forked from len0rd/rockbox

update the runtime screen and move it to the inf menu instead of debug

menu


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11817 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2006-12-19 12:26:03 +00:00
parent 6efad93713
commit d152b6492a
6 changed files with 153 additions and 87 deletions

View file

@ -349,6 +349,7 @@ static bool info_menu(void)
static const struct menu_item items[] = {
{ ID2P(LANG_INFO_MENU), show_info },
{ ID2P(LANG_VERSION), show_credits },
{ ID2P(LANG_RUNNING_TIME), view_runtime },
{ ID2P(LANG_DEBUG), debug_menu },
#ifdef SIMULATOR
{ ID2P(LANG_USB), simulate_usb },