libretro / parallel-n64

Optimized/rewritten Nintendo 64 emulator made specifically for Libretro. Originally based on Mupen64 Plus.
309 stars 128 forks source link

Makefile fix to enable build for "unix-armv7-hardfloat-neon" #752

Closed zoltanvb closed 1 year ago

zoltanvb commented 1 year ago

"armv" platform is recognized by the makefile, but actual compilation was not successful for "unix-armv7-hardfloat-neon" (one of the options in libretro-super build scripts). Added -DARM_FIX from other similar platforms.