summaryrefslogtreecommitdiff
path: root/apps/settings_list.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-09-21 14:19:18 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-09-21 14:19:18 +0000
commit95f516e0b9ba03372b2f2b89c9c8adf99b069913 (patch)
tree0f9b045ebe853018d75da00c1d8bddd55029fc76 /apps/settings_list.h
parent8cd2bb7f34bd12fc1a6571ebc88d361a24d5a150 (diff)
downloadrockbox-95f516e0b9ba03372b2f2b89c9c8adf99b069913.tar.gz
rockbox-95f516e0b9ba03372b2f2b89c9c8adf99b069913.zip
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
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 7d0f750ff9..c3a8cbaf3e 100644
--- a/apps/settings_list.h
+++ b/apps/settings_list.h
@@ -111,7 +111,7 @@ struct table_setting {
111 111
112#define F_NVRAM_BYTES_MASK 0xE0000 /*0-4 bytes can be stored */ 112#define F_NVRAM_BYTES_MASK 0xE0000 /*0-4 bytes can be stored */
113#define F_NVRAM_MASK_SHIFT 17 113#define F_NVRAM_MASK_SHIFT 17
114#define NVRAM_CONFIG_VERSION 5 114#define NVRAM_CONFIG_VERSION 6
115/* Above define should be bumped if 115/* Above define should be bumped if
116- a new NVRAM setting is added between 2 other NVRAM settings 116- a new NVRAM setting is added between 2 other NVRAM settings
117- number of bytes for a NVRAM setting is changed 117- number of bytes for a NVRAM setting is changed