emulation: Fixed compilation issue with libretro-mupen64plus

This commit is contained in:
CGarces 2017-11-03 00:07:46 +01:00 committed by Carlos Garces
parent bf435abfbf
commit 1d77bdc8db
2 changed files with 3 additions and 3 deletions

View File

@ -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
;; ;;

View File

@ -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