notaz.gp2x.de
/
picodrive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7eed9f9cc8f0cd6613ae33e3b4997d91b7c79bea
[picodrive.git]
/
platform
/
psp
/
emu.h
1
2
extern int engineStateSuspend;
3
4
void emu_handle_resume(void);
5
6
void blitscreen_clut(void);
7
8
// actually comes from Pico/Misc_amips.s
9
void memset32_uncached(int *dest, int c, int count);
10