mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
emulation: Fixed compilation issue with libretro-mupen64plus
This commit is contained in:
parent
bf435abfbf
commit
1d77bdc8db
@ -57,7 +57,7 @@ make_target() {
|
|||||||
if [ "$TARGET_ARCH" = "aarch64" ]; then
|
if [ "$TARGET_ARCH" = "aarch64" ]; then
|
||||||
make platform=aarch64
|
make platform=aarch64
|
||||||
else
|
else
|
||||||
make WITH_DYNAREC=arm
|
make platform=linux-gles FORCE_GLES=1 WITH_DYNAREC=arm
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
@ -39,10 +39,10 @@ make_target() {
|
|||||||
else
|
else
|
||||||
case $TARGET_CPU in
|
case $TARGET_CPU in
|
||||||
arm1176jzf-s)
|
arm1176jzf-s)
|
||||||
make platform=armv6-hardfloat-$TARGET_CPU
|
make platform=arm FORCE_GLES=1
|
||||||
;;
|
;;
|
||||||
cortex-a7|cortex-a9)
|
cortex-a7|cortex-a9)
|
||||||
make platform=armv7-neon-hardfloat-$TARGET_CPU
|
make platform=armv7-neon-hardfloat-$TARGET_CPU FORCE_GLES=1
|
||||||
;;
|
;;
|
||||||
x86-64)
|
x86-64)
|
||||||
make
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user