1
0
Fork 0
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:
Solomon Peachy 2024-07-20 08:45:18 -04:00
parent 66b0280bb1
commit fe5bee50be

View file

@ -898,7 +898,7 @@ Lyre prototype 1 */
#endif
/* 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
#else
#define NUM_VOLUMES_PER_DRIVE 1