1820b5a7 |
1 | |
713c9224 |
2 | extern int engineStateSuspend; |
1820b5a7 |
3 | |
ea08c296 |
4 | void emu_HandleResume(void); |
1820b5a7 |
5 | |
8ab3e3c1 |
6 | void emu_msg_cb(const char *msg); |
1820b5a7 |
7 | |
b542be46 |
8 | // actually comes from Pico/Misc_amips.s |
9 | void memset32_uncached(int *dest, int c, int count); |
1820b5a7 |
10 | |