forked from len0rd/rockbox
bumped up the CONFIG_BLOCK_VERSION so that volume setting corrects
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2494 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ecfc88bb79
commit
6bd82d35f0
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
struct user_settings global_settings;
|
||||
char rockboxdir[] = ROCKBOX_DIR; /* config/font/data file directory */
|
||||
|
||||
#define CONFIG_BLOCK_VERSION 1
|
||||
#define CONFIG_BLOCK_VERSION 2
|
||||
#define CONFIG_BLOCK_SIZE 512
|
||||
#define RTC_BLOCK_SIZE 44
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue