X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fnew_dynarec%2Fbackends%2Fpsx%2Femu_if.c;h=2a090a0b4ae49196af995b20a5fe1a7c4a2fa6ad;hb=4810ff9b810f9ae2b9bf511abe167278c957a6b2;hp=6dc48e2f9ea3c9ed618a37f3680213971f612b73;hpb=f0a02fdcf0043d9afa9c4b26c38c28cb761e1e10;p=pcsx_rearmed.git diff --git a/libpcsxcore/new_dynarec/backends/psx/emu_if.c b/libpcsxcore/new_dynarec/backends/psx/emu_if.c index 6dc48e2f..2a090a0b 100644 --- a/libpcsxcore/new_dynarec/backends/psx/emu_if.c +++ b/libpcsxcore/new_dynarec/backends/psx/emu_if.c @@ -16,8 +16,12 @@ #include "../../../mdec.h" #include "../../../gte_arm.h" #include "../../../gte_neon.h" + +#include "../../../gte.h" + #define FLAGLESS #include "../../../gte.h" +#undef FLAGLESS #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) @@ -331,6 +335,7 @@ static int ari64_init() #ifdef DRC_DBG memcpy(gte_handlers_nf, gte_handlers, sizeof(gte_handlers_nf)); #endif + psxH_ptr = psxH; zeromem_ptr = zero_mem; scratch_buf_ptr = scratch_buf;