diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2003-02-14 01:49:50 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2003-02-14 01:49:50 +0000 |
| commit | ebe0752469021dfb09f2fb2b0752e192833e9f23 (patch) | |
| tree | bd7a31557614be6a258b18a9afbd51c36ad9e2b0 /apps/main.c | |
| parent | cc9b62f6b2814cc29b104f9a7b5635cbeb104cc0 (diff) | |
| download | rockbox-ebe0752469021dfb09f2fb2b0752e192833e9f23.zip rockbox-ebe0752469021dfb09f2fb2b0752e192833e9f23.tar.gz rockbox-ebe0752469021dfb09f2fb2b0752e192833e9f23.tar.bz2 rockbox-ebe0752469021dfb09f2fb2b0752e192833e9f23.tar.xz | |
Correct saving of channel config (patch by Remo Hofer)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3252 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/main.c')
| -rw-r--r-- | apps/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c index fd9b376..5e14297 100644 --- a/apps/main.c +++ b/apps/main.c @@ -169,7 +169,8 @@ void init(void) global_settings.balance, global_settings.loudness, global_settings.bass_boost, - global_settings.avc ); + global_settings.avc, + global_settings.channel_config ); status_init(); usb_start_monitoring(); |