notaz.gp2x.de
/
libpicofe.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Pico fixes
[libpicofe.git]
/
common
/
mp3.h
Commit
Line
Data
edbb82f8
1
11f4e722
2
#ifdef __GP2X__
edbb82f8
3
void mp3_update_local(int *buffer, int length, int stereo);
4
void mp3_start_local(void);
11f4e722
5
#endif
edbb82f8
6