notaz.gp2x.de
/
picodrive.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
make OSS detect blocking, adjust audio API
[picodrive.git]
/
platform
/
psp
/
mp3.h
Commit
Line
Data
b542be46
1
2
// additional stuff for PSP mp3 decoder implementation
3
extern int mp3_last_error;
4
5
int mp3_init(void);
6
void mp3_deinit(void);
ea08c296
7
void mp3_reopen_file(void);
b542be46
8