aa98251a3185ca874174ea79920dfe73060c1116
[libpicofe.git] / psp / emu.h
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