lightrec: must use MAP_FIXED_NOREPLACE
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / events.h
CommitLineData
584fc319 1#include "../psxcommon.h"
2
6c62131f 3union psxCP0Regs_;
584fc319 4u32 schedule_timeslice(void);
6c62131f 5void gen_interupt(union psxCP0Regs_ *cp0);