summaryrefslogtreecommitdiffstats
path: root/apps/settings_list.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-09-20 15:30:55 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-09-20 15:30:55 +0000
commit40d713c5fc8ee1b9127fc81ce4bb97a50e2a4212 (patch)
treeb190ac5d9963bb9e2695eef107970158cc32258a /apps/settings_list.h
parent3d5fba986578195129c7bf7f2449081c98f5845c (diff)
downloadrockbox-40d713c5fc8ee1b9127fc81ce4bb97a50e2a4212.tar.gz
rockbox-40d713c5fc8ee1b9127fc81ce4bb97a50e2a4212.zip
FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure this code was being ignored anyway.
If this commit causes problems with restarting playback open a bug report (getting testers was difficult...) Settings which are stored in the nvram.bin file will be reset with this commit. this includes resume info, runtimes, "last screen" and a few others. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18555 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_list.h')
-rw-r--r--apps/settings_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.h b/apps/settings_list.h
index f8ce4fd266..7d0f750ff9 100644
--- a/apps/settings_list.h
+++ b/apps/settings_list.h
@@ -111,7 +111,7 @@ struct table_setting {
#define F_NVRAM_BYTES_MASK 0xE0000 /*0-4 bytes can be stored */
#define F_NVRAM_MASK_SHIFT 17
-#define NVRAM_CONFIG_VERSION 4
+#define NVRAM_CONFIG_VERSION 5
/* 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