Skip to content

Commit

Permalink
Remove non-iOS MAME rule
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed May 25, 2016
1 parent c96beef commit 6097a14
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rules.d/core-rules.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 6097a14

Please sign in to comment.