summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-20 08:45:18 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-20 08:46:21 -0400
commitfe5bee50bec856e878bad00fd69f71493777a545 (patch)
tree35197c585e9ce103a67315406cf33341e6b4e2a3
parent66b0280bb144528e98f59b3b7cf7aace6723dc9c (diff)
downloadrockbox-fe5bee50be.tar.gz
rockbox-fe5bee50be.zip
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
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 84b43c69a5..37ea9a1dd7 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -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