1
0
Fork 0
forked from len0rd/rockbox

Added support for configurable rockbox directory. FS#9567 by Alex Bennee.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19208 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2008-11-24 22:16:07 +00:00
parent 4c43f7be0a
commit ad8d6031c1
9 changed files with 217 additions and 144 deletions

View file

@ -18,7 +18,7 @@
#define O_BINARY 0
#endif
#define CODEPAGE_DIR "/.rockbox/codepages"
#define CODEPAGE_DIR ROCKBOX_DIR"/codepages"
static int default_codepage = 0;
static int loaded_cp_table = 0;