summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index f654609..8b95882 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1133,4 +1133,9 @@ Lyre prototype 1 */
#define HAVE_PITCHCONTROL
#endif
+/* enable logging messages to disk*/
+#if CONFIG_PLATFORM == PLATFORM_NATIVE && !defined(SIMULATOR) && !defined(BOOTLOADER)
+#define ROCKBOX_HAS_LOGDISKF
+#endif
+
#endif /* __CONFIG_H__ */