forked from len0rd/rockbox
Starting the mpeg_thread for the simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3050 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ddefd1ebfc
commit
b8342ff072
1 changed files with 7 additions and 0 deletions
|
@ -70,6 +70,13 @@ void init(void)
|
|||
settings_reset();
|
||||
settings_load();
|
||||
sleep(HZ/2);
|
||||
mpeg_init( global_settings.volume,
|
||||
global_settings.bass,
|
||||
global_settings.treble,
|
||||
global_settings.balance,
|
||||
global_settings.loudness,
|
||||
global_settings.bass_boost,
|
||||
global_settings.avc );
|
||||
}
|
||||
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue