mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
4c43f7be0a
commit
ad8d6031c1
9 changed files with 217 additions and 144 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue