2022-02-08 21:49:56 +00:00
|
|
|
// additional stuff for PSP mp3 decoder implementation
|
|
|
|
|
|
|
|
extern "C" int mp3_init(void);
|
|
|
|
extern "C" void mp3_deinit(void);
|
|
|
|
extern "C" int mp3_start_play(char *fname, int pos);
|
|
|
|
|
|
|
|
extern "C" int mp3_job_started;
|
|
|
|
|
2023-03-27 17:04:29 +00:00
|
|
|
extern int mp3_volume;
|