X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPicoInt.h;h=f29c20baff976f596dc297b2e4c065061d13c1fd;hb=71bb1b7bd0186eb056609fec62a134dcaadbffdf;hp=b503330d37bd9484a30e5c05cf578e98678bfd67;hpb=945c2fdcfda07a12c9210a90ab2e809bf4d33e6f;p=picodrive.git diff --git a/Pico/PicoInt.h b/Pico/PicoInt.h index b503330..f29c20b 100644 --- a/Pico/PicoInt.h +++ b/Pico/PicoInt.h @@ -377,6 +377,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);