Now uses the global_settings in the mpeg_init() call
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1250 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f888c252ed
commit
811fc3a67e
1 changed files with 3 additions and 3 deletions
|
@ -104,9 +104,9 @@ void init(void)
|
|||
backlight_init();
|
||||
|
||||
button_init();
|
||||
mpeg_init( DEFAULT_VOLUME_SETTING,
|
||||
DEFAULT_BASS_SETTING,
|
||||
DEFAULT_TREBLE_SETTING );
|
||||
mpeg_init( global_settings.volume,
|
||||
global_settings.bass,
|
||||
global_settings.treble );
|
||||
}
|
||||
|
||||
int main(void)
|
||||
|
|
Loading…
Reference in a new issue