X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fcd%2Fgfx.c;h=e3434e11705b27821eee4df52cefa595641a6495;hb=fda2f31020bf0d6cf7b5dd70ec01cf390b7e1483;hp=a2c97be032d212a2b28e51fcd3e9398f1e8fb4a2;hpb=9770f5316fdc015d989b1ef2811f0b07e9e8e9a7;p=picodrive.git diff --git a/pico/cd/gfx.c b/pico/cd/gfx.c index a2c97be..e3434e1 100644 --- a/pico/cd/gfx.c +++ b/pico/cd/gfx.c @@ -434,7 +434,7 @@ void gfx_update(unsigned int cycles) pcd_event_schedule(cycles, PCD_EVENT_GFX, 5 * w * lines); } - if (PicoOpt & POPT_EN_MCD_GFX) + if (PicoIn.opt & POPT_EN_MCD_GFX) { /* render lines */ while (lines--)