forked from len0rd/rockbox
Fixed simulator build error
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3254 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1fcd31d3ff
commit
ba24555aa4
1 changed files with 2 additions and 1 deletions
|
|
@ -76,7 +76,8 @@ void init(void)
|
|||
global_settings.balance,
|
||||
global_settings.loudness,
|
||||
global_settings.bass_boost,
|
||||
global_settings.avc );
|
||||
global_settings.avc,
|
||||
global_settings.channel_config );
|
||||
while (button_get(false) != 0)
|
||||
; /* Empty the keyboard buffer */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue