tweak and refactor frontends, menu and config
[picodrive.git] / platform / psp / emu.h
CommitLineData
1820b5a7 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
713c9224 7extern int engineStateSuspend;
1820b5a7 8
ea08c296 9void emu_HandleResume(void);
1820b5a7 10
8ab3e3c1 11void emu_msg_cb(const char *msg);
1820b5a7 12
b542be46 13// actually comes from Pico/Misc_amips.s
14void memset32_uncached(int *dest, int c, int count);
1820b5a7 15