mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
add CI for GP2X also
no helix as it has (had?) weird license IIRC
This commit is contained in:
parent
842f4e44d4
commit
8013663ec2
3 changed files with 28 additions and 3 deletions
|
@ -16,6 +16,10 @@
|
|||
#define _wfopen_s(p,m) NULL
|
||||
#define _wfopen(p,m) NULL
|
||||
#endif
|
||||
#ifdef __GP2X__
|
||||
#define mp3dec_decode _mp3dec_decode
|
||||
#define mp3dec_start _mp3dec_start
|
||||
#endif
|
||||
#define DR_MP3_IMPLEMENTATION
|
||||
#include "dr_libs/dr_mp3.h"
|
||||
#include "mp3.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue