From e13fad3b4bb6eb470149ddafb2833837d6c076e9 Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Mon, 14 Nov 2005 21:56:56 +0000 Subject: 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 --- apps/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/settings.h') 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 shuffle is on, album gain otherwise */ int replaygain_preamp; /* scale replaygained tracks by this */ int beep; /* system beep volume when changing tracks etc. */ + bool crossfeed; /* enable crossfeed */ #endif #ifdef HAVE_DIRCACHE bool dircache; /* enable directory cache */ -- cgit v1.2.3