X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flightrec%2Flightrec-config.h;h=b4fff53a8cd2a82494782d75e3531c4fe8eb9003;hb=03b78a3bf48813202e01149ae0b3c5c1f01efb4c;hp=2fa750f4da7d5fcd851165d9b45ecd6ec1b0d699;hpb=473f5cc63f9942866e01c7c84d151e8157cdb6ee;p=pcsx_rearmed.git diff --git a/include/lightrec/lightrec-config.h b/include/lightrec/lightrec-config.h index 2fa750f4..b4fff53a 100644 --- a/include/lightrec/lightrec-config.h +++ b/include/lightrec/lightrec-config.h @@ -6,7 +6,7 @@ #ifndef __LIGHTREC_CONFIG_H__ #define __LIGHTREC_CONFIG_H__ -#define ENABLE_THREADED_COMPILER 1 +#define ENABLE_THREADED_COMPILER LIGHTREC_ENABLE_THREADED_COMPILER #define ENABLE_FIRST_PASS 1 #define ENABLE_DISASSEMBLER 0 #define ENABLE_CODE_BUFFER 1 @@ -16,13 +16,14 @@ #define OPT_REMOVE_DIV_BY_ZERO_SEQ 1 #define OPT_REPLACE_MEMSET 1 #define OPT_DETECT_IMPOSSIBLE_BRANCHES 1 +#define OPT_HANDLE_LOAD_DELAYS 1 #define OPT_TRANSFORM_OPS 1 #define OPT_LOCAL_BRANCHES 1 #define OPT_SWITCH_DELAY_SLOTS 1 -#define OPT_FLAG_STORES 1 #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__ */