summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2010-04-03 22:10:32 +0000
committerFrank Gevaerts <frank@gevaerts.be>2010-04-03 22:10:32 +0000
commite07909a9c13d19c2d986206caa566eebb4c0a4f7 (patch)
tree6ad8e3c3a872306a5a324546a4d8b5fa3cf89748 /firmware
parent376d8d577fe94a8dc8742deff5a7524aa1595e1c (diff)
downloadrockbox-e07909a9c13d19c2d986206caa566eebb4c0a4f7.tar.gz
rockbox-e07909a9c13d19c2d986206caa566eebb4c0a4f7.zip
Don't define HAVE_IO_PRIORITY for the sim
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25460 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 858d9bf250..5bff51fbef 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -921,7 +921,7 @@ Lyre prototype 1 */
921#define HAVE_PLUGIN_CHECK_OPEN_CLOSE 921#define HAVE_PLUGIN_CHECK_OPEN_CLOSE
922#endif 922#endif
923 923
924#ifdef HAVE_DIRCACHE 924#if defined(HAVE_DIRCACHE) && !defined(SIMULATOR)
925#define HAVE_IO_PRIORITY 925#define HAVE_IO_PRIORITY
926#endif 926#endif
927 927