summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-19 21:15:27 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-19 22:04:00 -0400
commit82cf84562544f901254fc5d42ab5e7dab7b66388 (patch)
tree6eaa862389170cff74e4feed9e14a351eca9e088 /firmware/export
parent46280095033d4f561a6c1d3fcca871ac706073e8 (diff)
downloadrockbox-82cf84562544f901254fc5d42ab5e7dab7b66388.tar.gz
rockbox-82cf84562544f901254fc5d42ab5e7dab7b66388.zip
simulator supports only one logical volume per drive
Change-Id: I8f32743c98771ca38c04d42bf6b2dd4768cfedad
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 5e5425a697..84b43c69a5 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -897,8 +897,8 @@ Lyre prototype 1 */
897#undef HAVE_MULTIVOLUME 897#undef HAVE_MULTIVOLUME
898#endif 898#endif
899 899
900/* Explicit HAVE_MULTIVOLUME in the config file. Allow the maximum number */ 900/* Number of volumes per drive */
901#ifdef HAVE_MULTIVOLUME 901#if defined(HAVE_MULTIVOLUME) && !defined(SIMULATOR)
902#define NUM_VOLUMES_PER_DRIVE 4 902#define NUM_VOLUMES_PER_DRIVE 4
903#else 903#else
904#define NUM_VOLUMES_PER_DRIVE 1 904#define NUM_VOLUMES_PER_DRIVE 1