X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flightrec%2Flightrec-config.h;h=79ab7a6da65d572b9e4c739b4a03ae729e15291f;hb=fe520ce58803f87a8f02866d54eb882114f6ab4e;hp=bbb2329c5b0da96d4d4991637fca3e254ab3393f;hpb=47e92264b0bcdd851e8b0973cd5036cc6ca8e4ba;p=pcsx_rearmed.git diff --git a/include/lightrec/lightrec-config.h b/include/lightrec/lightrec-config.h index bbb2329c..79ab7a6d 100644 --- a/include/lightrec/lightrec-config.h +++ b/include/lightrec/lightrec-config.h @@ -6,20 +6,20 @@ #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_TINYMM 0 +#define ENABLE_CODE_BUFFER 1 #define HAS_DEFAULT_ELM 1 #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