From 131b93dd6fab53b59ff7d113415486cd4cc794b9 Mon Sep 17 00:00:00 2001 From: hissingshark Date: Sat, 11 Jun 2022 21:31:08 +0100 Subject: [PATCH] Fix build on Vero4k --- scriptmodules/libretrocores/lr-flycast.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scriptmodules/libretrocores/lr-flycast.sh b/scriptmodules/libretrocores/lr-flycast.sh index 89cd9519a5..645f06e817 100644 --- a/scriptmodules/libretrocores/lr-flycast.sh +++ b/scriptmodules/libretrocores/lr-flycast.sh @@ -44,6 +44,8 @@ function build_lr-flycast() { "GLES=1" "GL_LIB=-L/opt/vc/lib -lbrcmGLESv2") add_flags+=("-I/opt/vc/include -DTARGET_NO_STENCIL -DLOW_END") + elif isPlatform "vero4k"; then + params+=("platform=AMLGXL" "ARCH=arm" "ARMV7A_FLAGS=1") else params+=("FORCE_GLES=1") fi