1
0
Fork 0
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:
Heikki Hannikainen 2002-08-30 13:24:03 +00:00
parent 99b69bf7d9
commit 4b0e8b0b56
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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 */