forked from len0rd/rockbox
add proper dummy storage implementation for sims
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18977 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
86f0c75cde
commit
8d68a567e4
3 changed files with 142 additions and 91 deletions
|
@ -122,6 +122,8 @@ drivers/fat.c
|
|||
#if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD)
|
||||
hotswap.c
|
||||
#endif
|
||||
#else /* SIMULATOR */
|
||||
storage-sim.c
|
||||
#endif /* SIMULATOR */
|
||||
|
||||
/* EEPROM */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue