From d5c927d92ffa50e893b389a88843a5ccd4409e03 Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Thu, 30 Mar 2006 19:18:45 +0000 Subject: Actually enable the dircache for simulators. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9366 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/config.h b/firmware/export/config.h index de89dfe99e..5420cb37f4 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -179,7 +179,7 @@ /* Enable the directory cache if we have plenty of RAM. */ /* Cache is just temporarily disabled for simulator build. * Do the small fix in dircache.c to enable this. */ -#if (MEMORYSIZE > 8 || MEM > 8) && !defined(BOOTLOADER) && !defined(SIMULATOR) +#if (MEMORYSIZE > 8 || MEM > 8) && !defined(BOOTLOADER) #define HAVE_DIRCACHE 1 #endif -- cgit v1.2.3