X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Fmenu.c;h=fda3eadc7937da918be0d6b73ac6976fdd04506b;hb=dd5fd4778d797a1ef4767604b1c57c924ed0f64b;hp=ca40cfe7b1c0c0aa37b33ae888a739acabfb3c65;hpb=0fb424dbee4a971fc59129fe9c80f1568f6d46c0;p=libpicofe.git diff --git a/psp/menu.c b/psp/menu.c index ca40cfe..fda3ead 100644 --- a/psp/menu.c +++ b/psp/menu.c @@ -573,7 +573,7 @@ static void draw_savestate_bg(int slot) } if (file) { - if (PicoMCD & 1) { + if (PicoAHW & PAHW_MCD) { PicoCdLoadStateGfx(file); } else { areaSeek(file, 0x10020, SEEK_SET); // skip header and RAM in state file