forked from len0rd/rockbox
Sleep timer, inspired by Jim Hagani
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2918 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c639f5f86
commit
b43dba8760
7 changed files with 209 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
|||
#include "sound_menu.h"
|
||||
#include "status.h"
|
||||
#include "fat.h"
|
||||
#include "sleeptimer.h"
|
||||
|
||||
#include "lang.h"
|
||||
|
||||
|
|
@ -247,6 +248,7 @@ bool main_menu(void)
|
|||
struct menu_items items[] = {
|
||||
{ str(LANG_SOUND_SETTINGS), sound_menu },
|
||||
{ str(LANG_GENERAL_SETTINGS), settings_menu },
|
||||
{ str(LANG_SLEEP_TIMER), sleeptimer_screen },
|
||||
#ifdef HAVE_MAS3587F
|
||||
{ str(LANG_RECORDING_SETTINGS), recording_menu },
|
||||
{ str(LANG_RECORDING), recording_screen },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue