forked from len0rd/rockbox
Multivolume: Hosted targets are also limited to just one volume per "drive"
(It would be interesting to try and work around this but it would have to be done on a per-target/platform basis) Change-Id: I7a27199082998420fea3c6abbbf5f3c526ccaec4
This commit is contained in:
parent
66b0280bb1
commit
fe5bee50be
1 changed files with 1 additions and 1 deletions
|
@ -898,7 +898,7 @@ Lyre prototype 1 */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Number of volumes per drive */
|
/* Number of volumes per drive */
|
||||||
#if defined(HAVE_MULTIVOLUME) && !defined(SIMULATOR)
|
#if defined(HAVE_MULTIVOLUME) && !defined(SIMULATOR) && !(CONFIG_PLATFORM & PLATFORM_HOSTED)
|
||||||
#define NUM_VOLUMES_PER_DRIVE 4
|
#define NUM_VOLUMES_PER_DRIVE 4
|
||||||
#else
|
#else
|
||||||
#define NUM_VOLUMES_PER_DRIVE 1
|
#define NUM_VOLUMES_PER_DRIVE 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue