diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-01-24 02:19:22 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-01-24 02:19:22 +0000 |
| commit | 228d62dd18906eaef814ec63cf888b30a94cd1c8 (patch) | |
| tree | a15e27e0e52222e4514e2b163e726869b33b5397 /apps/settings_list.h | |
| parent | cdcffd988372606abea31fad4a815f0b4968b21c (diff) | |
| download | rockbox-228d62dd18906eaef814ec63cf888b30a94cd1c8.zip rockbox-228d62dd18906eaef814ec63cf888b30a94cd1c8.tar.gz rockbox-228d62dd18906eaef814ec63cf888b30a94cd1c8.tar.bz2 rockbox-228d62dd18906eaef814ec63cf888b30a94cd1c8.tar.xz | |
Split the system status variables out of global_settings and put them into a new struct global_status. Use status_save() if these need
saving.
Added car_adapter_mode to the nvram settings, so nvram settings will be reset.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12101 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_list.h')
| -rw-r--r-- | apps/settings_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.h b/apps/settings_list.h index 01e8cea..d76d10a 100644 --- a/apps/settings_list.h +++ b/apps/settings_list.h @@ -61,7 +61,7 @@ struct int_setting { }; #define F_NVRAM_BYTES_MASK 0xE00 /*0-4 bytes can be stored */ #define F_NVRAM_MASK_SHIFT 9 -#define NVRAM_CONFIG_VERSION 1 +#define NVRAM_CONFIG_VERSION 2 /* Above define should be bumped if - a new NVRAM setting is added between 2 other NVRAM settings - number of bytes for a NVRAM setting is changed |