lightrec: Add LIGHTREC_DEBUG functionality
authorPaul Cercueil <paul@crapouillou.net>
Fri, 17 Jan 2025 00:25:17 +0000 (01:25 +0100)
committernotaz <notasas@gmail.com>
Mon, 20 Jan 2025 20:08:27 +0000 (22:08 +0200)
commit97fa754ea10367f512b08c11c6f661d0beb1934f
treefc5da705db0b90e656fbac2e36fefe3bf2ba9e1d
parent40575606e57a917ba88ae45a0d267dfe2419efac
lightrec: Add LIGHTREC_DEBUG functionality

When set, Lightrec will be built with the debug log level, the built-in
disassembler for PSX code and JIT code (requires binutils), and support
outputing data to the big-ass debugger (if the proper environment
variables are set).

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Makefile
frontend/main.c
include/lightrec/lightrec-config.h
jni/Android.mk
libpcsxcore/lightrec/plugin.c