Now settings_apply() also sets the MP3 buffer margin (antiskip)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3947 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
118d45eb92
commit
5d68d27f20
1 changed files with 2 additions and 0 deletions
|
@ -480,6 +480,8 @@ void settings_apply(void)
|
||||||
mpeg_sound_set(SOUND_AVC, global_settings.avc);
|
mpeg_sound_set(SOUND_AVC, global_settings.avc);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
mpeg_set_buffer_margin(global_settings.buffer_margin);
|
||||||
|
|
||||||
lcd_set_contrast(global_settings.contrast);
|
lcd_set_contrast(global_settings.contrast);
|
||||||
lcd_scroll_speed(global_settings.scroll_speed);
|
lcd_scroll_speed(global_settings.scroll_speed);
|
||||||
backlight_set_timeout(global_settings.backlight_timeout);
|
backlight_set_timeout(global_settings.backlight_timeout);
|
||||||
|
|
Loading…
Reference in a new issue