mirror of
https://github.com/libretro/libretro-super
synced 2025-02-20 18:40:59 +00:00
Update for FCEUmm.
This commit is contained in:
parent
afa13a3b6c
commit
172c035611
@ -120,12 +120,12 @@ build_libsnes_fceu()
|
||||
{
|
||||
if [ -d "libsnes-fceu" ]; then
|
||||
echo "=== Building FCEU ==="
|
||||
cd libsnes-fceu/src/libsnes
|
||||
cd libsnes-fceu/src/libsnes-fceumm
|
||||
make -j4 || die "Failed to build FCEU"
|
||||
cp libsnes.so ../../libsnes-fceu.so
|
||||
cd ../../..
|
||||
else
|
||||
echo "bNES not fetched, skipping ..."
|
||||
echo "FCEU not fetched, skipping ..."
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user