mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
simulator supports only one logical volume per drive
Change-Id: I8f32743c98771ca38c04d42bf6b2dd4768cfedad
This commit is contained in:
parent
4628009503
commit
82cf845625
1 changed files with 2 additions and 2 deletions
|
@ -897,8 +897,8 @@ Lyre prototype 1 */
|
|||
#undef HAVE_MULTIVOLUME
|
||||
#endif
|
||||
|
||||
/* Explicit HAVE_MULTIVOLUME in the config file. Allow the maximum number */
|
||||
#ifdef HAVE_MULTIVOLUME
|
||||
/* Number of volumes per drive */
|
||||
#if defined(HAVE_MULTIVOLUME) && !defined(SIMULATOR)
|
||||
#define NUM_VOLUMES_PER_DRIVE 4
|
||||
#else
|
||||
#define NUM_VOLUMES_PER_DRIVE 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue