1
0
Fork 0
forked from len0rd/rockbox

simulator: Fully simulate external storage.

The external storage will be created during make install, as simext folder in
the build directory. Upon pressing the e key the sim will mount (virtually
) this into the root directory. It can be accessed in the same way as an
sd/mmc card on real targets. This requires quite some path trickery in io.c.

Change-Id: I2fa9070a3146101ec5655b5b4115ca349d1d4bf4
This commit is contained in:
Thomas Martitz 2014-02-22 23:17:16 +01:00
parent 0f928f8785
commit 46137ebd4d
4 changed files with 72 additions and 21 deletions

View file

@ -50,9 +50,4 @@ int disk_unmount(int drive);
int disk_get_sector_multiplier(IF_MD_NONVOID(int drive));
#endif
#ifdef HAVE_HOTSWAP
bool volume_removable(int volume);
bool volume_present(int volume);
#endif
#endif