Compile in Lightrec support by default

Specify HAVE_LIGHTREC=0 if you don't want it compiled
This commit is contained in:
Zachary Cook 2020-04-24 10:37:46 -04:00
parent 9e0e95bc2b
commit 7ae544e1ce

View File

@ -5,7 +5,7 @@ HAVE_VULKAN = 0
HAVE_JIT = 0
HAVE_CHD = 1
HAVE_CDROM = 0
HAVE_LIGHTREC = 0
HAVE_LIGHTREC = 1
THREADED_RECOMPILER = 1
LIGHTREC_DEBUG = 0