mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 16:59:49 +00:00
Enable HAVE_LIGHTREC=1 for Android
This commit is contained in:
parent
759dce0d43
commit
f36f1d233e
@ -16,7 +16,7 @@ HAVE_VULKAN := 0
|
||||
HAVE_CHD := 1
|
||||
IS_X86 := 0
|
||||
FLAGS :=
|
||||
HAVE_LIGHTREC := 0
|
||||
HAVE_LIGHTREC := 1
|
||||
|
||||
ifeq ($(TARGET_ARCH),x86)
|
||||
IS_X86 := 1
|
||||
|
Loading…
Reference in New Issue
Block a user