summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorEric Linenberg <elinenbe@umich.edu>2002-09-09 14:25:39 +0000
committerEric Linenberg <elinenbe@umich.edu>2002-09-09 14:25:39 +0000
commitecca123dd2e5ded619ad0a0285df7358619eee1d (patch)
tree24661059bf04defddaef6a251721263a639707d5 /apps/settings.h
parent14b91cca74cfb5540b33f462d8cf46f90ffa0a26 (diff)
downloadrockbox-ecca123dd2e5ded619ad0a0285df7358619eee1d.zip
rockbox-ecca123dd2e5ded619ad0a0285df7358619eee1d.tar.gz
rockbox-ecca123dd2e5ded619ad0a0285df7358619eee1d.tar.bz2
rockbox-ecca123dd2e5ded619ad0a0285df7358619eee1d.tar.xz
Hardeep's browse current file patch. When hitting stop while playing, you will be on the current song, also this is configurable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2239 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 64b8608..82b087e 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -94,6 +94,10 @@ struct user_settings
bool show_hidden_files; /* 1=show dotfiles/hidden,
0=hide dotfiles/hidden */
+ /* goto current song when exiting WPS */
+ bool browse_current; /* 1=goto current song,
+ 0=goto previous location */
+
/* geeky persistent statistics */
unsigned int total_uptime; /* total uptime since rockbox was first booted */
};