X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Pico%2FArea.c;h=68d7c7c63678e9fe1bfb9e68622de1b76481df39;hb=259ed0ea6635845527a3da94a67a6260463861e6;hp=17646693913752b64b90830cd2e9f1f030990146;hpb=03e4f2a349247334666c87abe3a908df72d23051;p=picodrive.git diff --git a/Pico/Area.c b/Pico/Area.c index 1764669..68d7c7c 100644 --- a/Pico/Area.c +++ b/Pico/Area.c @@ -174,7 +174,7 @@ int PmovState(int PmovAction, void *PmovFile) int minimum=0; unsigned char head[32]; - if (PicoMCD & 1) + if ((PicoMCD & 1) || carthw_chunks != NULL) { if (PmovAction&1) return PicoCdSaveState(PmovFile); if (PmovAction&2) return PicoCdLoadState(PmovFile);