forked from len0rd/rockbox
Increased CONFIG_BLOCK_VERSION to indicate modified config block format.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3072 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9fe27d0cfe
commit
f5aa13a88f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
struct user_settings global_settings;
|
struct user_settings global_settings;
|
||||||
char rockboxdir[] = ROCKBOX_DIR; /* config/font/data file directory */
|
char rockboxdir[] = ROCKBOX_DIR; /* config/font/data file directory */
|
||||||
|
|
||||||
#define CONFIG_BLOCK_VERSION 3
|
#define CONFIG_BLOCK_VERSION 4
|
||||||
#define CONFIG_BLOCK_SIZE 512
|
#define CONFIG_BLOCK_SIZE 512
|
||||||
#define RTC_BLOCK_SIZE 44
|
#define RTC_BLOCK_SIZE 44
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue