mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-20 18:42:41 -05:00
More attempt to fix 8077
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15449 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3817acc682
commit
e8fa7f94b0
1 changed files with 2 additions and 0 deletions
|
|
@ -2386,7 +2386,9 @@ static bool audio_load_track(int offset, bool start_play)
|
|||
else
|
||||
track_id3 = bufgetid3(tracks[track_widx].id3_hid);
|
||||
|
||||
#ifndef HAVE_FLASH_STORAGE
|
||||
set_filebuf_watermark(buffer_margin, 0);
|
||||
#endif
|
||||
track_id3->elapsed = 0;
|
||||
|
||||
enum data_type type = TYPE_PACKET_AUDIO;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue