diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-05-14 06:38:17 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-05-14 06:38:17 +0000 |
| commit | b85f10319c6cdfa5670a7f8d47fc0496a80fff3b (patch) | |
| tree | e761b66e50452ce7389a4ff77ba95c5ed1475e5e /apps | |
| parent | 967b09049eb381f185ac8494d0f437e1ee173531 (diff) | |
| download | rockbox-b85f10319c6cdfa5670a7f8d47fc0496a80fff3b.zip rockbox-b85f10319c6cdfa5670a7f8d47fc0496a80fff3b.tar.gz rockbox-b85f10319c6cdfa5670a7f8d47fc0496a80fff3b.tar.bz2 rockbox-b85f10319c6cdfa5670a7f8d47fc0496a80fff3b.tar.xz | |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c index 99f0143..3909000 100644 --- a/apps/main.c +++ b/apps/main.c @@ -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, |