mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
32x: drc: more wip, some games work, debug stats
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@814 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
4c67e7ad99
commit
e898de13cd
8 changed files with 195 additions and 134 deletions
|
@ -122,6 +122,8 @@ void PicoUnload32x(void)
|
|||
if (Pico32xMem != NULL)
|
||||
free(Pico32xMem);
|
||||
Pico32xMem = NULL;
|
||||
sh2_finish(&msh2);
|
||||
sh2_finish(&ssh2);
|
||||
|
||||
PicoAHW &= ~PAHW_32X;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue