mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07: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
|
||||
make platform=aarch64
|
||||
else
|
||||
make WITH_DYNAREC=arm
|
||||
make platform=linux-gles FORCE_GLES=1 WITH_DYNAREC=arm
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
|
@ -39,10 +39,10 @@ make_target() {
|
||||
else
|
||||
case $TARGET_CPU in
|
||||
arm1176jzf-s)
|
||||
make platform=armv6-hardfloat-$TARGET_CPU
|
||||
make platform=arm FORCE_GLES=1
|
||||
;;
|
||||
cortex-a7|cortex-a9)
|
||||
make platform=armv7-neon-hardfloat-$TARGET_CPU
|
||||
make platform=armv7-neon-hardfloat-$TARGET_CPU FORCE_GLES=1
|
||||
;;
|
||||
x86-64)
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user