pandora: fix readme and pxml version
[picodrive.git] / platform / psp / emu.h
... / ...
CommitLineData
1
2extern int engineStateSuspend;
3
4void emu_handle_resume(void);
5
6void blitscreen_clut(void);
7
8// actually comes from Pico/Misc_amips.s
9void memset32_uncached(int *dest, int c, int count);
10