Commit | Line | Data |
---|---|---|
1 | // (c) Copyright 2006-2007 notaz, All rights reserved. | |
2 | // Free for non-commercial use. | |
3 | ||
4 | // For commercial use, separate licencing terms must be obtained. | |
5 | ||
6 | ||
7 | extern int engineStateSuspend; | |
8 | ||
9 | void emu_HandleResume(void); | |
10 | ||
11 | void emu_msg_cb(const char *msg); | |
12 | ||
13 | // actually comes from Pico/Misc_amips.s | |
14 | void memset32_uncached(int *dest, int c, int count); | |
15 |