mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Do playback restarts the proper way
It isn't necessary to explicitly stop and restart playback to force it to update something that must cause rebuffering. Change-Id: I6ff5394fcafc7374af67ef9fbf9022bb4a79b773
This commit is contained in:
parent
75d2e1f35c
commit
abef236081
6 changed files with 52 additions and 65 deletions
|
|
@ -224,9 +224,6 @@ void settings_apply_skins(void);
|
|||
|
||||
void settings_apply(bool read_disk);
|
||||
void settings_apply_pm_range(void);
|
||||
#ifdef HAVE_PLAY_FREQ
|
||||
void settings_apply_play_freq(int value, bool playback);
|
||||
#endif
|
||||
void settings_display(void);
|
||||
|
||||
enum optiontype { INT, BOOL };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue