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