forked from len0rd/rockbox
Added char rockboxdir[] containing the directory /.rockbox/ where we should
start storing wps config files, fonts and other data/config files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2083 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
99b69bf7d9
commit
4b0e8b0b56
2 changed files with 4 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
#endif
|
||||
|
||||
struct user_settings global_settings;
|
||||
char rockboxdir[] = "/.rockbox/"; /* config/font/data file directory */
|
||||
|
||||
#define CONFIG_BLOCK_VERSION 1
|
||||
#define CONFIG_BLOCK_SIZE 512
|
||||
|
|
|
|||
|
|
@ -100,6 +100,9 @@ void set_time(char* string, int timedate[]);
|
|||
|
||||
/* global settings */
|
||||
extern struct user_settings global_settings;
|
||||
/* name of directory where configuration, fonts and other data
|
||||
* files are stored */
|
||||
extern char rockboxdir[];
|
||||
|
||||
/* system defines */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue