mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -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
|
@ -995,6 +995,7 @@ void Pico32xInit(void);
|
|||
void PicoPower32x(void);
|
||||
void PicoReset32x(void);
|
||||
void Pico32xStartup(void);
|
||||
void Pico32xShutdown(void);
|
||||
void PicoUnload32x(void);
|
||||
void PicoFrame32x(void);
|
||||
void Pico32xStateLoaded(int is_early);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue