mirror of
https://github.com/libretro/libretro-super
synced 2025-02-21 03:41:01 +00:00
Get rid of mess/ume subtargets for MAME
This commit is contained in:
parent
c3081a49ff
commit
c96beef24c
@ -292,8 +292,8 @@ libretro_mame_name="MAME (git)"
|
||||
libretro_mame_git_url="https://github.com/libretro/mame.git"
|
||||
libretro_mame_build_makefile=Makefile.libretro
|
||||
libretro_mame_build_compiler="REALCC=\"${CC:-cc}\" CC=\"${CXX:-c++}\""
|
||||
libretro_mame_build_makefile_targets="TARGET=\"mame\" TARGET=\"mess\" TARGET=\"ume\""
|
||||
libretro_mame_build_cores="mame mess ume"
|
||||
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...
|
||||
|
Loading…
x
Reference in New Issue
Block a user