mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
minor changes
This commit is contained in:
parent
b1a047c926
commit
32feba7458
9 changed files with 151 additions and 78 deletions
|
@ -194,11 +194,11 @@ void PicoPower32x(void)
|
|||
|
||||
void PicoUnload32x(void)
|
||||
{
|
||||
sh2_finish(&msh2);
|
||||
sh2_finish(&ssh2);
|
||||
if (Pico32xMem != NULL)
|
||||
plat_munmap(Pico32xMem, sizeof(*Pico32xMem));
|
||||
Pico32xMem = NULL;
|
||||
sh2_finish(&msh2);
|
||||
sh2_finish(&ssh2);
|
||||
|
||||
PicoIn.AHW &= ~PAHW_32X;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue