DerKoun / bsnes-hd

bsnes fork that adds HD video features
GNU General Public License v3.0
624 stars 35 forks source link

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

Open zoltanvb opened 1 year ago

zoltanvb commented 1 year ago

When building through libretro-super scripts, the platform value passed on to make command will not be "linux", instead it can be "unix" or "unix-armv7-hardfloat-neon". Added these options.

Related similar PR in libretro-bsnes: https://github.com/libretro/bsnes-libretro/pull/17

DerKoun commented 1 year ago

Thanks. It may take a bit until I get to it.

Does this enable certain specific devices? I'm always glad when more platforms can be built for. And I'm curious what new systems are opened up by it.

zoltanvb commented 1 year ago

It is not for specific devices, but I did try a compilation via libretro-build.sh for a Raspberry Pi 2 and it resulted in a working image. The change is really simple and is only about accepting these 2 values for $platform. bsd was added for consistency since it already appeared in the higher level makefile.