From 39e2de8f1b75c1fe12b99fab49d7e34ea2d91563 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Sat, 8 Dec 2007 01:45:04 +0000 Subject: Crossfeed settings used to be stored inverted in the cfg file for legacy reasons, change that and kill some identical formatting functions while we're at it. NOTE TO CROSSFEED USERS: this will completely garble your crossfeed settings, write them down if you want to keep them. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15895 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index 0e4e627..d0e2a49 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -556,9 +556,9 @@ struct user_settings /* Crossfeed settings */ bool crossfeed; /* enable crossfeed */ - unsigned int crossfeed_direct_gain; /* - dB x 10 */ - unsigned int crossfeed_cross_gain; /* - dB x 10 */ - unsigned int crossfeed_hf_attenuation; /* - dB x 10 */ + unsigned int crossfeed_direct_gain; /* dB x 10 */ + unsigned int crossfeed_cross_gain; /* dB x 10 */ + unsigned int crossfeed_hf_attenuation; /* dB x 10 */ unsigned int crossfeed_hf_cutoff; /* Frequency in Hz */ #endif #ifdef HAVE_DIRCACHE -- cgit v1.1