mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix the remaining red in red from ea80d1cc9ca
Notably: * double-paste in ihifi760 config.h * jz4740 ATA & SD drivers used MULTIVOLUME instead of MULTIDRIVE * Simulators implicitly rely on HAVE_HOTSWAP Change-Id: I44fc7f98f0f6df366f016567c330f87e9f3ca6a6
This commit is contained in:
parent
181fe7530a
commit
f37b5a8349
4 changed files with 17 additions and 12 deletions
|
@ -25,6 +25,11 @@
|
|||
|
||||
#undef AMS_OF_SIZE
|
||||
|
||||
/* Simulator core requires hotswap */
|
||||
#ifndef HAVE_HOTSWAP
|
||||
#define HAVE_HOTSWAP
|
||||
#endif
|
||||
|
||||
#undef HAVE_HOTSWAP_STORAGE_AS_MAIN
|
||||
#undef HAVE_STORAGE_FLUSH
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue