X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPicoInt.h;h=c867c1914e9106ce504d9b3910b8ca7cddbfcd9d;hb=7b802576b284e113c637324e583a3a44e0e8e871;hp=b503330d37bd9484a30e5c05cf578e98678bfd67;hpb=945c2fdcfda07a12c9210a90ab2e809bf4d33e6f;p=picodrive.git diff --git a/Pico/PicoInt.h b/Pico/PicoInt.h index b503330..c867c19 100644 --- a/Pico/PicoInt.h +++ b/Pico/PicoInt.h @@ -362,6 +362,7 @@ typedef struct // Area.c PICO_INTERNAL int PicoAreaPackCpu(unsigned char *cpu, int is_sub); PICO_INTERNAL int PicoAreaUnpackCpu(unsigned char *cpu, int is_sub); +extern void (*PicoLoadStateHook)(void); // cd/Area.c PICO_INTERNAL int PicoCdSaveState(void *file); @@ -377,6 +378,7 @@ extern carthw_state_chunk *carthw_chunks; // Cart.c PICO_INTERNAL void PicoCartDetect(void); +extern void (*PicoCartUnloadHook)(void); // Debug.c int CM_compareRun(int cyc, int is_sub);