extend mmap wrapper functionality
[libpicofe.git] / psp / emu.h
CommitLineData
2951214e 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
049a6b3e 7extern int engineStateSuspend;
2951214e 8
677b5dd8 9void emu_HandleResume(void);
2951214e 10
6f748c47 11void emu_msg_cb(const char *msg);
2951214e 12
5ecedd0c 13// actually comes from Pico/Misc_amips.s
14void memset32_uncached(int *dest, int c, int count);
2951214e 15