From: Paul Cercueil Date: Sat, 26 Aug 2023 08:41:37 +0000 (+0200) Subject: lightrec: Update lightrec.h X-Git-Tag: r24l~224^2~1 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89b7550c2a680199952b0652046799f4aba8002f;hp=4913a2e47b9ece84d1e896f3ad0cb555682a9014;p=pcsx_rearmed.git lightrec: Update lightrec.h Update lightrec.h to reflect upstream changes. Signed-off-by: Paul Cercueil --- diff --git a/include/lightrec/lightrec-config.h b/include/lightrec/lightrec-config.h index 79ab7a6d..b4fff53a 100644 --- a/include/lightrec/lightrec-config.h +++ b/include/lightrec/lightrec-config.h @@ -23,6 +23,7 @@ #define OPT_FLAG_IO 1 #define OPT_FLAG_MULT_DIV 1 #define OPT_EARLY_UNLOAD 1 +#define OPT_PRELOAD_PC 1 #endif /* __LIGHTREC_CONFIG_H__ */