forked from len0rd/rockbox
Move strip_volume() to filefuncs.c and set properties.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23767 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7ccff054ff
commit
d7d3bc248f
6 changed files with 87 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "fat.h"
|
||||
#include "dir.h"
|
||||
#include "debug.h"
|
||||
#include "filefuncs.h"
|
||||
|
||||
#if ((defined(MEMORYSIZE) && (MEMORYSIZE > 8)) || MEM > 8)
|
||||
#define MAX_OPEN_DIRS 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue