X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Fmp3.c;h=6c823ad4b53813905556fd09ab13c396810f5113;hb=93f9619ed819dee07948416c98ca2f1c70a22666;hp=b2bcaf40daf953b3ec19b6421db4d6e7601e31c1;hpb=9a1f192a146e9b9752ec1a760745b1261fe9bdec;p=picodrive.git diff --git a/platform/common/mp3.c b/platform/common/mp3.c index b2bcaf4..6c823ad 100644 --- a/platform/common/mp3.c +++ b/platform/common/mp3.c @@ -115,7 +115,7 @@ void mp3_start_play(void *f_, int pos1024) cdda_out_pos = 0; decoder_active = 0; - if (!(PicoOpt & POPT_EN_MCD_CDDA) || f == NULL) // cdda disabled or no file? + if (!(PicoIn.opt & POPT_EN_MCD_CDDA) || f == NULL) // cdda disabled or no file? return; fseek(f, 0, SEEK_END);