aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/new_dynarec/emu_if.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/new_dynarec/emu_if.h')
-rw-r--r--libpcsxcore/new_dynarec/emu_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/new_dynarec/emu_if.h b/libpcsxcore/new_dynarec/emu_if.h
index 700182a..e93fabd 100644
--- a/libpcsxcore/new_dynarec/emu_if.h
+++ b/libpcsxcore/new_dynarec/emu_if.h
@@ -54,4 +54,4 @@ void MTC0_();
#define MTC0 MTC0_ /* don't call interpreter with wrong args */
/* misc */
-extern void *psxHLEt_addr;
+extern void (*psxHLEt[])();