X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=pico%2F32x%2F32x.c;h=ba89d9825b22f1d57b401fc542bad41144915deb;hb=18b9412743dafb4de7a889b4fba7e34f8a1e8b70;hp=320e6a4e6a2b53e5e84ac9c80dbfbe51bebf6aee;hpb=679af8a3f466a2a4a20f58e4181a231fb73e9836;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; }