mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
emulation: Fixed compilation issue with libretro-mupen64plus
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user