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