mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
[FixRed] Info menu Devices without HAVE_RECORDING
Change-Id: I61ffcfdf81ed286e620adddf5801c8eaa08b2a4c
This commit is contained in:
parent
4340f33b63
commit
b73fc15f1f
1 changed files with 3 additions and 5 deletions
|
@ -214,14 +214,10 @@ static int info_speak_item(int selected_item, void * data)
|
|||
|
||||
switch (selected_item)
|
||||
{
|
||||
case INFO_VERSION_TITLE: /*fallthrough*/
|
||||
case INFO_REC_DIR_TITLE: /*fallthrough*/
|
||||
case INFO_ROOT_DIR_TITLE: /*fallthrough*/
|
||||
break;
|
||||
|
||||
case INFO_VERSION: /* version */
|
||||
talk_id(LANG_VERSION, false);
|
||||
talk_spell(rbversion, true);
|
||||
case INFO_VERSION_TITLE: /*fallthrough*/
|
||||
break;
|
||||
|
||||
#if CONFIG_RTC
|
||||
|
@ -251,11 +247,13 @@ static int info_speak_item(int selected_item, void * data)
|
|||
{
|
||||
talk_fullpath(global_settings.rec_directory, true);
|
||||
}
|
||||
case INFO_REC_DIR_TITLE: /*fallthrough*/
|
||||
break;
|
||||
#endif
|
||||
case INFO_ROOT_DIR:
|
||||
talk_id(LANG_DISPLAY_FULL_PATH, false);
|
||||
talk_fullpath(root_realpath(), true);
|
||||
case INFO_ROOT_DIR_TITLE: /*fallthrough*/
|
||||
break;
|
||||
case INFO_BUFFER: /* buffer */
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue