Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Can we officially add snes9x-next core to RetroPie? › Reply To: Can we officially add snes9x-next core to RetroPie?
02/26/2015 at 18:37
#89294
Participant
[quote=89231]That’s great! can you share please your .so file? thanks[/quote]
It’s really easy to build yourself. Just do:
export CFLAGS=”-mcpu=cortex-a7 -mfpu=neon-vfpv4″
git clone https://github.com/libretro/snes9x-next.git
cd snes9x-next
make -f Makefile.libretro platform=”armv neon hardfloat” -j4