From 6e95efd6591c7b4cba23f3776a728b434b42ca59 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 5 Jul 2004 14:27:50 +0000 Subject: Added the fm_force_mono setting git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4827 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') diff --git a/apps/settings.c b/apps/settings.c index bc1e6c7..7d4878c 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -220,6 +220,7 @@ static struct bit_entry rtc_bits[] = /* new stuff to be added here */ /* If values are just added to the end, no need to bump the version. */ + {1, S_O(fm_force_mono), false, "force fm mono", off_on }, /* Current sum of bits: 271 (worst case) */ /* Sum of all bit sizes must not grow beyond 288! */ -- cgit v1.1