mirror of
https://github.com/libretro/libretro-super
synced 2024-12-01 04:03:00 +00:00
(MSVC) Add build_libretro_fceu to libretro-build-win.sh
This commit is contained in:
parent
83ab1ee580
commit
1f3d929e0c
@ -99,7 +99,7 @@ build_libretro_fceu()
|
||||
cd libretro-fceu
|
||||
cd fceumm-code/src/drivers/libretro/msvc
|
||||
cmd.exe /k $MSVC_NAME.bat
|
||||
cp $MSVC_NAME/$RELEASE_LTCG/fceumm_libretro$FORMAT.$FORMAT_EXT "$RARCH_DIST_DIR"
|
||||
cp $MSVC_NAME/$RELEASE_LTCG/${MSVC_NAME}.${FORMAT_EXT} "$RARCH_DIST_DIR"/fceumm_libretro$FORMAT.$FORMAT_EXT
|
||||
else
|
||||
echo "FCEU not fetched, skipping ..."
|
||||
fi
|
||||
|
@ -25,7 +25,7 @@ else
|
||||
build_libretro_genplus
|
||||
#build_libretro_fba
|
||||
build_libretro_vba_next
|
||||
#build_libretro_fceu
|
||||
build_libretro_fceu
|
||||
build_libretro_gambatte
|
||||
build_libretro_nx
|
||||
build_libretro_prboom
|
||||
|
Loading…
Reference in New Issue
Block a user