We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90d9cb1 + 22a9a85 commit 8e2fda6Copy full SHA for 8e2fda6
scriptmodules/libretrocores/lr-flycast.sh
@@ -44,6 +44,8 @@ function build_lr-flycast() {
44
"GLES=1"
45
"GL_LIB=-L/opt/vc/lib -lbrcmGLESv2")
46
add_flags+=("-I/opt/vc/include -DTARGET_NO_STENCIL -DLOW_END")
47
+ elif isPlatform "vero4k"; then
48
+ params+=("platform=AMLGXL" "ARCH=arm" "ARMV7A_FLAGS=1")
49
else
50
params+=("FORCE_GLES=1")
51
fi
0 commit comments