Recording settings are now persistent. Added a Recording Settings menu

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2818 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-11-10 23:18:33 +00:00
parent 8e4a0e0aab
commit afe0da9e16
7 changed files with 251 additions and 103 deletions

View file

@ -22,5 +22,6 @@
#include "menu.h"
bool sound_menu(void);
bool recording_menu(void);
#endif