summaryrefslogtreecommitdiff
path: root/firmware/export/config/sim.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-07 12:28:05 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-07 12:29:19 -0400
commitf37b5a834967eb273c14d532de43bf31ccb51c3a (patch)
tree93b0610f4f362b05f98d46f8457dd05383c59630 /firmware/export/config/sim.h
parent181fe7530a6b45568167a0d539f6806c62338165 (diff)
downloadrockbox-f37b5a834967eb273c14d532de43bf31ccb51c3a.tar.gz
rockbox-f37b5a834967eb273c14d532de43bf31ccb51c3a.zip
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
Diffstat (limited to 'firmware/export/config/sim.h')
-rw-r--r--firmware/export/config/sim.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config/sim.h b/firmware/export/config/sim.h
index 0aeca695f0..89a0f12b6a 100644
--- a/firmware/export/config/sim.h
+++ b/firmware/export/config/sim.h
@@ -25,6 +25,11 @@
25 25
26#undef AMS_OF_SIZE 26#undef AMS_OF_SIZE
27 27
28/* Simulator core requires hotswap */
29#ifndef HAVE_HOTSWAP
30#define HAVE_HOTSWAP
31#endif
32
28#undef HAVE_HOTSWAP_STORAGE_AS_MAIN 33#undef HAVE_HOTSWAP_STORAGE_AS_MAIN
29#undef HAVE_STORAGE_FLUSH 34#undef HAVE_STORAGE_FLUSH
30 35