X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2F32x%2F32x.c;h=ba89d9825b22f1d57b401fc542bad41144915deb;hb=e898de13cdd5416507675f175958204c5e9f27e9;hp=320e6a4e6a2b53e5e84ac9c80dbfbe51bebf6aee;hpb=4c67e7ad99a5891340f92eb86f0d24e0975eca90;p=picodrive.git diff --git a/pico/32x/32x.c b/pico/32x/32x.c index 320e6a4..ba89d98 100644 --- a/pico/32x/32x.c +++ b/pico/32x/32x.c @@ -122,6 +122,8 @@ void PicoUnload32x(void) if (Pico32xMem != NULL) free(Pico32xMem); Pico32xMem = NULL; + sh2_finish(&msh2); + sh2_finish(&ssh2); PicoAHW &= ~PAHW_32X; }