1
0
Fork 0
forked from len0rd/rockbox

Scrolling now goes up to 30

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2179 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Eric Linenberg 2002-09-05 04:47:24 +00:00
parent c5b645b795
commit 90ca5cf42b
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ struct user_settings
int loop_playlist; /* do we return to top of playlist at end? */
bool mp3filter; /* only display mp3/m3u files and dirs in directory? */
bool sort_case; /* dir sort order: 0=case insensitive, 1=sensitive */
int scroll_speed; /* long texts scrolling speed: 1-20 */
int scroll_speed; /* long texts scrolling speed: 1-30 */
bool playlist_shuffle;
int ff_rewind_min_step; /* FF/Rewind minimum step size */
int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */