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
make platform=aarch64
else
make WITH_DYNAREC=arm
make platform=linux-gles FORCE_GLES=1 WITH_DYNAREC=arm
fi
fi
;;

View File

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