1
0
Fork 0
forked from len0rd/rockbox

ok, that was bigger than expected... reduce the max to 12 open dirs as a happy compromise.., If you still have errors rethink your directory layout

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18235 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2008-08-10 13:22:31 +00:00
parent eb0137fcb5
commit c50eef0582
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
#include "debug.h"
#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8)
#define MAX_OPEN_DIRS 16
#define MAX_OPEN_DIRS 12
#else
#define MAX_OPEN_DIRS 8
#endif