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