forked from len0rd/rockbox
Added setting checksum explanation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2489 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2379f0b449
commit
d6cdd2f1bf
1 changed files with 6 additions and 0 deletions
|
|
@ -105,6 +105,12 @@ Saving Config Data
|
|||
realize, as if you change a config setting and then immediately shuts your
|
||||
unit down, the new config is not saved.
|
||||
|
||||
DEVELOPERS:
|
||||
The config checksum includes a header with a version number. This version
|
||||
number must be increased when the config structure becomes incompatible.
|
||||
This makes the checksum check fail, and the settings are reset to default
|
||||
values.
|
||||
|
||||
Resume Explained
|
||||
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue