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