mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
32x, fix disabling via ADEN (memory leak, mcd)
This commit is contained in:
parent
9f7abd68df
commit
9961d9fdb8
3 changed files with 11 additions and 6 deletions
|
@ -908,8 +908,7 @@ void PicoCartUnload(void)
|
|||
PicoCartUnloadHook = NULL;
|
||||
}
|
||||
|
||||
if (PicoIn.AHW & PAHW_32X)
|
||||
PicoUnload32x();
|
||||
PicoUnload32x();
|
||||
|
||||
if (Pico.rom != NULL) {
|
||||
SekFinishIdleDet();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue