1
0
Fork 0
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:
Daniel Stenberg 2003-05-14 06:38:17 +00:00
parent 967b09049e
commit b85f10319c

View file

@ -73,6 +73,7 @@ void init(void)
settings_reset();
settings_load();
sleep(HZ/2);
tree_init();
mpeg_init( global_settings.volume,
global_settings.bass,
global_settings.treble,