mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
More red fixes
Change-Id: If22cdb286edac47b08b158bee6910ba7a539b041
This commit is contained in:
parent
520875ff00
commit
1528b44349
5 changed files with 8 additions and 10 deletions
|
@ -893,7 +893,7 @@ Lyre prototype 1 */
|
|||
#endif
|
||||
|
||||
/* Bootloaders don't need multivolume awareness */
|
||||
#if defined(BOOTLOADER) && defined(HAVE_MULTIVOLUME)
|
||||
#if defined(BOOTLOADER) && defined(HAVE_MULTIVOLUME) && !(CONFIG_PLATFORM & PLATFORM_HOSTED)
|
||||
#undef HAVE_MULTIVOLUME
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue