forked from len0rd/rockbox
call tree_init(); in the simulator as well as otherwise we always get
the dreaded "DIR BUFFER IS FULL" error git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3671 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
967b09049e
commit
b85f10319c
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ void init(void)
|
||||||
settings_reset();
|
settings_reset();
|
||||||
settings_load();
|
settings_load();
|
||||||
sleep(HZ/2);
|
sleep(HZ/2);
|
||||||
|
tree_init();
|
||||||
mpeg_init( global_settings.volume,
|
mpeg_init( global_settings.volume,
|
||||||
global_settings.bass,
|
global_settings.bass,
|
||||||
global_settings.treble,
|
global_settings.treble,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue