From 811fc3a67ee5ab10b4af6ab354fbdde24c125b89 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 28 Jun 2002 15:09:11 +0000 Subject: 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 --- apps/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/main.c b/apps/main.c index defc48e02b..47c91ddada 100644 --- a/apps/main.c +++ b/apps/main.c @@ -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) -- cgit v1.2.3