X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPicoInt.h;h=06a50a0329ad739c5d7b48c66f2ce81b3ec90d0d;hb=2d2247c26080ed9009b3d8c650cfc647fd1fb162;hp=f29c20baff976f596dc297b2e4c065061d13c1fd;hpb=e807ac752b4653487ec5bdf516205e24a1c657eb;p=picodrive.git diff --git a/Pico/PicoInt.h b/Pico/PicoInt.h index f29c20b..06a50a0 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); @@ -376,7 +377,6 @@ extern carthw_state_chunk *carthw_chunks; #define CHUNK_CARTHW 64 // Cart.c -PICO_INTERNAL void PicoCartDetect(void); extern void (*PicoCartUnloadHook)(void); // Debug.c