From: Paul Cercueil Date: Mon, 15 Jul 2024 20:12:44 +0000 (+0200) Subject: Update lightrec-config.h to latest version X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1bb478fffeaa627509a85edeab9280b0d1636c6;p=pcsx_rearmed.git Update lightrec-config.h to latest version Signed-off-by: Paul Cercueil --- diff --git a/include/lightrec/lightrec-config.h b/include/lightrec/lightrec-config.h index b4fff53a..3d4b81e6 100644 --- a/include/lightrec/lightrec-config.h +++ b/include/lightrec/lightrec-config.h @@ -25,5 +25,7 @@ #define OPT_EARLY_UNLOAD 1 #define OPT_PRELOAD_PC 1 +#define OPT_SH4_USE_GBR 0 + #endif /* __LIGHTREC_CONFIG_H__ */