forked from len0rd/rockbox
Loudness, Superbass and sorting patch by Heikki Hannikainen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1401 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e0d88a11d9
commit
c132c48677
7 changed files with 119 additions and 9 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue