major menu unification, minor reorganization
[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
9void emu_Init(void);
10void emu_Deinit(void);
11void emu_Loop(void);
12void emu_ResetGame(void);
677b5dd8 13void emu_HandleResume(void);
2951214e 14
6f748c47 15void emu_msg_cb(const char *msg);
2951214e 16
5ecedd0c 17// actually comes from Pico/Misc_amips.s
18void memset32_uncached(int *dest, int c, int count);
2951214e 19