Add Mednafen SNES/VB

This commit is contained in:
twinaphex 2012-11-25 03:47:40 +01:00
parent bc79765a0a
commit e36cc22a98

View File

@ -47,7 +47,7 @@ build_libretro_mednafen()
echo "=== Building Mednafen ==="
cd libretro-mednafen
for core in psx pce-fast wswan ngp gba
for core in psx pce-fast wswan ngp gba snes vb
do
cd $core
make core=${core} -j4 || die "Failed to build mednafen/${core}"