mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 23:58:04 -04:00
make gp2x mp3 playback functional (need to unpack and compile helix decoder separately in platform/common/helix)
This commit is contained in:
parent
c79d0bb90f
commit
340e528ff8
13 changed files with 274 additions and 59 deletions
|
@ -12,8 +12,8 @@ int mp3dec_decode(FILE *f, int *file_pos, int file_len);
|
|||
extern unsigned short mpeg1_l3_bitrates[16];
|
||||
|
||||
#ifdef __GP2X__
|
||||
void mp3_update_local(int *buffer, int length, int stereo);
|
||||
void mp3_start_play_local(void *f, int pos);
|
||||
int _mp3dec_start(FILE *f, int fpos_start);
|
||||
int _mp3dec_decode(FILE *f, int *file_pos, int file_len);
|
||||
#endif
|
||||
|
||||
#endif // __COMMON_MP3_H__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue