forked from len0rd/rockbox
Added settings initialization
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1114 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7ab949c9f9
commit
31e2097013
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
#include "mpeg.h"
|
||||
#include "main_menu.h"
|
||||
#include "thread.h"
|
||||
#include "settings.h"
|
||||
|
||||
#include "version.h"
|
||||
|
||||
|
@ -71,6 +72,8 @@ void init(void)
|
|||
|
||||
system_init();
|
||||
kernel_init();
|
||||
|
||||
reset_settings(&global_settings);
|
||||
|
||||
dmalloc_initialize();
|
||||
bmalloc_add_pool(poolstart, poolend-poolstart);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue