X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2F940ctl.c;fp=gp2x%2F940ctl.c;h=76986a5df10124022e67ae46518a183b533e19ee;hb=69dfeea15942d588fe0e4b18b51cf54cfde5b272;hp=afd653f5aab714388f4e798fd25bd05d34471dd1;hpb=ec54eeef35b7f889f140df082aad1c6d3334826e;p=libpicofe.git diff --git a/gp2x/940ctl.c b/gp2x/940ctl.c index afd653f..76986a5 100644 --- a/gp2x/940ctl.c +++ b/gp2x/940ctl.c @@ -475,9 +475,10 @@ void mp3_update(int *buffer, int length, int stereo) } -void mp3_start_play(FILE *f, int pos) // pos is 0-1023 +void mp3_start_play(void *f_, int pos) // pos is 0-1023 { int byte_offs = 0; + FILE *f = f_; if (!(PicoOpt & POPT_EN_MCD_CDDA) || f == NULL) return;