emu.h 159 B

12345678
  1. extern int engineStateSuspend;
  2. void emu_handle_resume(void);
  3. // actually comes from Pico/Misc_amips.s
  4. void memset32_uncached(int *dest, int c, int count);