From 95f516e0b9ba03372b2f2b89c9c8adf99b069913 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 21 Sep 2008 14:19:18 +0000 Subject: more slight playlist resume cleanuping... dont bother saving the playlist first index value. its reset to 0 before playlistcontrol is loaded anyway, and then reset to 0 after its finished so its completly useless in global_status. runtimes, resume info, etc will be reset again... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18561 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 7d0f750ff9..c3a8cbaf3e 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 5 +#define NVRAM_CONFIG_VERSION 6 /* 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