drc: support ms ABI
[picodrive.git] / platform / psp / emu.h
1
2 extern int engineStateSuspend;
3
4 void emu_HandleResume(void);
5
6 void emu_msg_cb(const char *msg);
7
8 // actually comes from Pico/Misc_amips.s
9 void memset32_uncached(int *dest, int c, int count);
10