32x: drc: more wip, some games work, debug stats
[picodrive.git] / pico / 32x / 32x.c
index 320e6a4..ba89d98 100644 (file)
@@ -122,6 +122,8 @@ void PicoUnload32x(void)
   if (Pico32xMem != NULL)
     free(Pico32xMem);
   Pico32xMem = NULL;
+  sh2_finish(&msh2);
+  sh2_finish(&ssh2);
 
   PicoAHW &= ~PAHW_32X;
 }