From 40d713c5fc8ee1b9127fc81ce4bb97a50e2a4212 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sat, 20 Sep 2008 15:30:55 +0000 Subject: 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 --- apps/settings_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings_list.h') 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 -- cgit v1.2.3