summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-05 14:27:50 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-05 14:27:50 +0000
commit6e95efd6591c7b4cba23f3776a728b434b42ca59 (patch)
treec1cddde79a66f7787bd9de197c35c2a0bdc7870c /apps/settings.c
parent82586a69e6d2e14154b5703b558c6bf56d53bfa5 (diff)
downloadrockbox-6e95efd6591c7b4cba23f3776a728b434b42ca59.tar.gz
rockbox-6e95efd6591c7b4cba23f3776a728b434b42ca59.zip
Added the fm_force_mono setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4827 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index bc1e6c7506..7d4878c846 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -220,6 +220,7 @@ static struct bit_entry rtc_bits[] =
220 220
221 /* new stuff to be added here */ 221 /* new stuff to be added here */
222 /* If values are just added to the end, no need to bump the version. */ 222 /* If values are just added to the end, no need to bump the version. */
223 {1, S_O(fm_force_mono), false, "force fm mono", off_on },
223 224
224 /* Current sum of bits: 271 (worst case) */ 225 /* Current sum of bits: 271 (worst case) */
225 /* Sum of all bit sizes must not grow beyond 288! */ 226 /* Sum of all bit sizes must not grow beyond 288! */