summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index f1f30ce2b5..6c6d09cbaa 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -357,6 +357,7 @@ static void init(void)
357 tree_mem_init(); 357 tree_mem_init();
358 filetype_init(); 358 filetype_init();
359 playlist_init(); 359 playlist_init();
360 theme_init_buffer();
360 361
361#if CONFIG_CODEC != SWCODEC 362#if CONFIG_CODEC != SWCODEC
362 mp3_init( global_settings.volume, 363 mp3_init( global_settings.volume,
@@ -639,6 +640,7 @@ static void init(void)
639#if CONFIG_CODEC == SWCODEC 640#if CONFIG_CODEC == SWCODEC
640 tdspeed_init(); 641 tdspeed_init();
641#endif /* CONFIG_CODEC == SWCODEC */ 642#endif /* CONFIG_CODEC == SWCODEC */
643 theme_init_buffer();
642 644
643#if CONFIG_CODEC != SWCODEC 645#if CONFIG_CODEC != SWCODEC
644 /* No buffer allocation (see buffer.c) may take place after the call to 646 /* No buffer allocation (see buffer.c) may take place after the call to