1
0
Fork 0
forked from len0rd/rockbox

Added recording functionality

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2816 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-11-10 16:42:31 +00:00
parent 893095d4ce
commit 1325c9d9fe
4 changed files with 599 additions and 0 deletions

View file

@ -41,6 +41,10 @@
#include "lang.h"
#ifdef HAVE_MAS3587F
#include "recording.h"
#endif
#ifdef HAVE_LCD_BITMAP
#include "bmp.h"
#include "icons.h"
@ -223,6 +227,9 @@ bool main_menu(void)
struct menu_items items[] = {
{ str(LANG_SOUND_SETTINGS), sound_menu },
{ str(LANG_GENERAL_SETTINGS), settings_menu },
#ifdef HAVE_MAS3587F
{ str(LANG_RECORDING), recording_screen },
#endif
#ifdef HAVE_LCD_BITMAP
#ifdef USE_GAMES
{ str(LANG_GAMES), games_menu },