libretro / desmume

DeSmuME is a Nintendo DS emulator
http://desmume.org
GNU General Public License v2.0
35 stars 33 forks source link

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

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 definitions from "classic-armv7-a7" platform. BUILTIN_GPU is not used anywhere in the source so it is skipped.