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?

#89309
Anonymous
Inactive

[quote=89294]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
[/quote]

You do this on the RPi itself then?

Is it the same command for all emulators you want to compile just changing out the url for github?

So if i wanted to add FCEUMM emulator i would use the command…

export CFLAGS=”-mcpu=cortex-a7 -mfpu=neon-vfpv4″
git clone https://github.com/libretro/libretro-fceumm.git
cd FCEUMM
make -f Makefile.libretro platform=”armv neon hardfloat” -j4

would that work?