summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2005-11-14 21:56:56 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2005-11-14 21:56:56 +0000
commite13fad3b4bb6eb470149ddafb2833837d6c076e9 (patch)
tree127110e45819ac342189c91896caaee0c7682336 /apps/settings.h
parentf5aebf78487e94cc39277bc5a7f5277d5ce3303e (diff)
downloadrockbox-e13fad3b4bb6eb470149ddafb2833837d6c076e9.tar.gz
rockbox-e13fad3b4bb6eb470149ddafb2833837d6c076e9.zip
add crossfeed dsp effect. Makes some music more enjoyable with headphones.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7884 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index e605a8d1fa..d1a367cc64 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -353,6 +353,7 @@ struct user_settings
353 shuffle is on, album gain otherwise */ 353 shuffle is on, album gain otherwise */
354 int replaygain_preamp; /* scale replaygained tracks by this */ 354 int replaygain_preamp; /* scale replaygained tracks by this */
355 int beep; /* system beep volume when changing tracks etc. */ 355 int beep; /* system beep volume when changing tracks etc. */
356 bool crossfeed; /* enable crossfeed */
356#endif 357#endif
357#ifdef HAVE_DIRCACHE 358#ifdef HAVE_DIRCACHE
358 bool dircache; /* enable directory cache */ 359 bool dircache; /* enable directory cache */