mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
revive GP2X build, update
This commit is contained in:
parent
8b78786e0f
commit
75a30842c4
35 changed files with 757 additions and 2592 deletions
|
@ -6,7 +6,7 @@
|
|||
int mp3_find_sync_word(const unsigned char *buf, int size);
|
||||
|
||||
/* decoder */
|
||||
int mp3dec_start(void);
|
||||
int mp3dec_start(FILE *f, int fpos_start);
|
||||
int mp3dec_decode(FILE *f, int *file_pos, int file_len);
|
||||
|
||||
extern unsigned short mpeg1_l3_bitrates[16];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue