1820b5a7 |
1 | |
713c9224 |
2 | extern int engineStateSuspend; |
1820b5a7 |
3 | |
cdc6aac4 |
4 | void emu_handle_resume(void); |
1820b5a7 |
5 | |
48fc9762 |
6 | void blitscreen_clut(void); |
7 | |
b542be46 |
8 | // actually comes from Pico/Misc_amips.s |
9 | void memset32_uncached(int *dest, int c, int count); |
1820b5a7 |
10 | |