notaz.gp2x.de
/
picodrive.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
bugfix
[picodrive.git]
/
platform
/
common
/
mp3.h
Commit
Line
Data
abe0ea43
1
da42200b
2
#ifdef __GP2X__
abe0ea43
3
void mp3_update_local(int *buffer, int length, int stereo);
7c34867a
4
void mp3_start_play_local(FILE *f, int pos);
da42200b
5
#endif
abe0ea43
6