diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-22 16:39:17 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-22 16:39:17 +0000 |
| commit | c132c486771cd72ef7aea70eeb8876a6481efbc6 (patch) | |
| tree | 9d2b4a2030231d5d2b6842a0715443cb8395eaa8 /apps/main.c | |
| parent | e0d88a11d9e0d8c29fc1cea507f7ebdf1e07bf7a (diff) | |
| download | rockbox-c132c486771cd72ef7aea70eeb8876a6481efbc6.zip rockbox-c132c486771cd72ef7aea70eeb8876a6481efbc6.tar.gz rockbox-c132c486771cd72ef7aea70eeb8876a6481efbc6.tar.bz2 rockbox-c132c486771cd72ef7aea70eeb8876a6481efbc6.tar.xz | |
Loudness, Superbass and sorting patch by Heikki Hannikainen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1401 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/main.c')
| -rw-r--r-- | apps/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c index 7e85355..417a18e 100644 --- a/apps/main.c +++ b/apps/main.c @@ -147,7 +147,9 @@ void init(void) mpeg_init( global_settings.volume, global_settings.bass, - global_settings.treble ); + global_settings.treble, + global_settings.loudness, + global_settings.bass_boost ); usb_start_monitoring(); } |