Remove non-iOS MAME rule

This commit is contained in:
twinaphex 2016-05-26 01:54:05 +02:00
parent c96beef24c
commit 6097a1475f

View File

@ -294,12 +294,6 @@ libretro_mame_build_makefile=Makefile.libretro
libretro_mame_build_compiler="REALCC=\"${CC:-cc}\" CC=\"${CXX:-c++}\""
libretro_mame_build_makefile_targets="TARGET=\"mame\""
libretro_mame_build_cores="mame"
libretro_mame_configure() {
if [ "$platform" = "ios" ]; then
# We don't have the means to do this "properly" yet...
echo_cmd "$MAKE -C \"$module_build_dir\" -f Makefile.libretro platform=\"\" buildtools"
fi
}
register_module core "ffmpeg" -ios -theos_ios -osx -ngc -ps3 -psp1 -qnx -wii
libretro_ffmpeg_name="FFmpeg"