X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Fmp3.c;h=43b449d720312a502e8b37a5ebf94aee33bac46e;hb=dd5fd4778d797a1ef4767604b1c57c924ed0f64b;hp=af506116bc08b33541234af607f923e1b78a3e03;hpb=0fb424dbee4a971fc59129fe9c80f1568f6d46c0;p=libpicofe.git diff --git a/psp/mp3.c b/psp/mp3.c index af50611..43b449d 100644 --- a/psp/mp3.c +++ b/psp/mp3.c @@ -460,7 +460,7 @@ int mp3_get_offset(void) // 0-1023 unsigned int offs1024 = 0; int cdda_on; - cdda_on = (PicoMCD & 1) && (PicoOpt&0x800) && !(Pico_mcd->s68k_regs[0x36] & 1) && + cdda_on = (PicoAHW & PAHW_MCD) && (PicoOpt&0x800) && !(Pico_mcd->s68k_regs[0x36] & 1) && (Pico_mcd->scd.Status_CDC & 1) && mp3_handle >= 0; if (cdda_on) {