add OMAP layer, also preliminary menu, hud and input support
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / new_dynarec.h
... / ...
CommitLineData
1#define NEW_DYNAREC 1
2
3extern int pcaddr;
4extern int pending_exception;
5extern int stop;
6
7void new_dynarec_init();
8void new_dynarec_cleanup();
9void new_dyna_start();