forked from len0rd/rockbox
Don't initialise disk_* for the sim, and make sure disk.c isn't built at all
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26630 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d39ac31877
commit
a1a9084160
2 changed files with 1 additions and 2 deletions
|
|
@ -342,7 +342,6 @@ static void init(void)
|
||||||
sb_skin_init();
|
sb_skin_init();
|
||||||
viewportmanager_init();
|
viewportmanager_init();
|
||||||
|
|
||||||
disk_init_subsystem();
|
|
||||||
storage_init();
|
storage_init();
|
||||||
settings_reset();
|
settings_reset();
|
||||||
settings_load(SETTINGS_ALL);
|
settings_load(SETTINGS_ALL);
|
||||||
|
|
|
||||||
|
|
@ -70,11 +70,11 @@ common/crc32-mi4.c
|
||||||
#ifndef SIMULATOR
|
#ifndef SIMULATOR
|
||||||
common/dir_uncached.c
|
common/dir_uncached.c
|
||||||
common/file.c
|
common/file.c
|
||||||
|
common/disk.c
|
||||||
#endif /* SIMULATOR */
|
#endif /* SIMULATOR */
|
||||||
#ifdef HAVE_DIRCACHE
|
#ifdef HAVE_DIRCACHE
|
||||||
common/dircache.c
|
common/dircache.c
|
||||||
#endif /* HAVE_DIRCACHE */
|
#endif /* HAVE_DIRCACHE */
|
||||||
common/disk.c
|
|
||||||
common/filefuncs.c
|
common/filefuncs.c
|
||||||
common/format.c
|
common/format.c
|
||||||
common/strcasecmp.c
|
common/strcasecmp.c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue