aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/emu_if.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/new_dynarec/emu_if.c')
-rw-r--r--libpcsxcore/new_dynarec/emu_if.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpcsxcore/new_dynarec/emu_if.c b/libpcsxcore/new_dynarec/emu_if.c
index 7f7d8f8..428f58b 100644
--- a/libpcsxcore/new_dynarec/emu_if.c
+++ b/libpcsxcore/new_dynarec/emu_if.c
@@ -12,6 +12,7 @@
#include "emu_if.h"
#include "pcsxmem.h"
#include "../psxhle.h"
+#include "../r3000a.h"
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
@@ -19,7 +20,7 @@
#define evprintf(...)
char invalid_code[0x100000];
-u32 event_cycles[7];
+u32 event_cycles[PSXINT_COUNT];
static void schedule_timeslice(void)
{