input: in_gp2x refactoring
[libpicofe.git] / psp / emu.h
... / ...
CommitLineData
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
7extern int engineStateSuspend;
8
9void emu_HandleResume(void);
10
11void emu_msg_cb(const char *msg);
12
13// actually comes from Pico/Misc_amips.s
14void memset32_uncached(int *dest, int c, int count);
15