mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
libretro: drop sram clear
It's done by the core. If the core is missing something, core itself needs to be fixed.
This commit is contained in:
parent
bce144211c
commit
a4fa71d4da
2 changed files with 3 additions and 20 deletions
|
@ -61,8 +61,9 @@ void PicoExit(void)
|
|||
PicoCartUnload();
|
||||
z80_exit();
|
||||
|
||||
if (Pico.sv.data)
|
||||
free(Pico.sv.data);
|
||||
free(Pico.sv.data);
|
||||
Pico.sv.data = NULL;
|
||||
Pico.sv.start = Pico.sv.end = 0;
|
||||
pevt_dump();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue