summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-07-10 07:41:37 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-07-10 07:41:37 +0000
commit415e9d78cce1c07f17b4c643eb1b0d2ef1622706 (patch)
tree46ccafcbfc4003b145704a39bbdb270b3a65cded /apps/settings.c
parent1c2de0a45e17fbd5af3cab98ad2b1bc70a801d84 (diff)
downloadrockbox-415e9d78cce1c07f17b4c643eb1b0d2ef1622706.tar.gz
rockbox-415e9d78cce1c07f17b4c643eb1b0d2ef1622706.zip
User configurable recording path (my patch in FS#7201). path defaults to / and can be changed in the folder context menu (cleared in the recording settings menu)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13838 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 8adc9637d8..cad5f9206c 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -77,9 +77,6 @@ void dac_line_in(bool enable);
77struct user_settings global_settings; 77struct user_settings global_settings;
78struct system_status global_status; 78struct system_status global_status;
79 79
80#ifdef HAVE_RECORDING
81const char rec_base_directory[] = REC_BASE_DIR;
82#endif
83#if CONFIG_CODEC == SWCODEC 80#if CONFIG_CODEC == SWCODEC
84#include "pcmbuf.h" 81#include "pcmbuf.h"
85#include "pcm_playback.h" 82#include "pcm_playback.h"