drc: implement memory access speculation
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / emu_if.c
index 39bbf2a..56c6b77 100644 (file)
@@ -200,6 +200,9 @@ static int ari64_init()
        gte_handlers[0x30] = gte_handlers_nf[0x30] = gteRTPT_neon;
        gte_handlers[0x12] = gte_handlers_nf[0x12] = gteMVMVA_neon;
 #endif
+#endif
+#ifdef DRC_DBG
+       memcpy(gte_handlers_nf, gte_handlers, sizeof(gte_handlers_nf));
 #endif
        psxH_ptr = psxH;
 
@@ -297,6 +300,7 @@ unsigned short hword;
 unsigned char byte;
 int pending_exception, stop;
 unsigned int next_interupt;
+int new_dynarec_did_compile;
 void *psxH_ptr;
 void new_dynarec_init() {}
 void new_dyna_start() {}