summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-14 06:38:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-14 06:38:17 +0000
commitb85f10319c6cdfa5670a7f8d47fc0496a80fff3b (patch)
treee761b66e50452ce7389a4ff77ba95c5ed1475e5e /apps
parent967b09049eb381f185ac8494d0f437e1ee173531 (diff)
downloadrockbox-b85f10319c6cdfa5670a7f8d47fc0496a80fff3b.tar.gz
rockbox-b85f10319c6cdfa5670a7f8d47fc0496a80fff3b.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index 99f01439f7..3909000798 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -73,6 +73,7 @@ void init(void)
73 settings_reset(); 73 settings_reset();
74 settings_load(); 74 settings_load();
75 sleep(HZ/2); 75 sleep(HZ/2);
76 tree_init();
76 mpeg_init( global_settings.volume, 77 mpeg_init( global_settings.volume,
77 global_settings.bass, 78 global_settings.bass,
78 global_settings.treble, 79 global_settings.treble,