Makefile: Switch to using libretro-common subrepo
[pcsx_rearmed.git] / include / lightrec / lightrec-config.h
index bbb2329..79ab7a6 100644 (file)
@@ -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