From b85f10319c6cdfa5670a7f8d47fc0496a80fff3b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 14 May 2003 06:38:17 +0000 Subject: 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 --- apps/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') 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) settings_reset(); settings_load(); sleep(HZ/2); + tree_init(); mpeg_init( global_settings.volume, global_settings.bass, global_settings.treble, -- cgit v1.2.3