1
0
Fork 0
forked from len0rd/rockbox

Hook up .cue file detection via a callback klugde on HWCODEC, to make cue sheet support actually work.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12526 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-03-01 00:26:24 +00:00
parent 35ad10be59
commit 509a96dd51
3 changed files with 22 additions and 0 deletions

View file

@ -62,5 +62,6 @@ void audio_set_track_buffer_event(void (*handler)(struct mp3entry *id3,
bool last_track));
void audio_set_track_unbuffer_event(void (*handler)(struct mp3entry *id3,
bool last_track));
void audio_set_cuesheet_callback(bool (*handler)(const char *filename));
#endif