lightrec: Disable threaded compiler by default
[pcsx_rearmed.git] / include / lightrec / lightrec-config.h
index bbb2329..791eedf 100644 (file)
@@ -6,10 +6,10 @@
 #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