From c1bb478fffeaa627509a85edeab9280b0d1636c6 Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Mon, 15 Jul 2024 22:12:44 +0200 Subject: [PATCH] Update lightrec-config.h to latest version Signed-off-by: Paul Cercueil --- include/lightrec/lightrec-config.h | 2 ++ 1 file changed, 2 insertions(+) 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__ */ -- 2.39.2