forked from len0rd/rockbox
Move study mode settings from r17355 to end of settings struct to
avoid having to bump plugin API version. Thx jdgordon. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17356 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ab0f7e17ef
commit
5f7432fdff
1 changed files with 2 additions and 2 deletions
|
|
@ -437,8 +437,6 @@ struct user_settings
|
|||
bool play_selected; /* Plays selected file even in shuffle mode */
|
||||
int ff_rewind_min_step; /* FF/Rewind minimum step size */
|
||||
int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */
|
||||
bool study_mode; /* study mode enabled */
|
||||
int study_hop_step; /* hop step in study mode, in seconds */
|
||||
|
||||
#ifndef HAVE_FLASH_STORAGE
|
||||
int disk_spindown; /* time until disk spindown, in seconds (0=off) */
|
||||
|
|
@ -731,6 +729,8 @@ struct user_settings
|
|||
int keyclick_repeats; /* keyclick on repeats */
|
||||
#endif
|
||||
unsigned char playlist_catalog_dir[MAX_FILENAME+1];
|
||||
bool study_mode; /* study mode enabled */
|
||||
int study_hop_step; /* hop step in study mode, in seconds */
|
||||
};
|
||||
|
||||
/** global variables **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue