X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightrec%2Flightrec.c;h=13434b46b140a888ff571484a2ecacc2a48ecd3e;hb=fb67ea334b0f3984a114a6e306806a56347a83ba;hp=f589ce85392ad386564b8e64fcfeb38517cbd5ff;hpb=ab206b0c7fd5228d09d0b0cf3183405a6960ea55;p=pcsx_rearmed.git diff --git a/deps/lightrec/lightrec.c b/deps/lightrec/lightrec.c index f589ce85..13434b46 100644 --- a/deps/lightrec/lightrec.c +++ b/deps/lightrec/lightrec.c @@ -1941,7 +1941,7 @@ struct lightrec_state * lightrec_init(char *argv0, else lut_size = CODE_LUT_SIZE * sizeof(void *); - init_jit(argv0); + init_jit_with_debug(argv0, stdout); state = calloc(1, sizeof(*state) + lut_size); if (!state)