Add mame2016 rule

This commit is contained in:
twinaphex 2017-01-24 16:32:51 +01:00
parent 092bf86db9
commit 3f99505f87

View File

@ -447,6 +447,13 @@ libretro_mame2014_name="MAME 2014 (0.159)"
libretro_mame2014_git_url="https://github.com/libretro/mame2014-libretro.git"
libretro_mame2014_makefile="Makefile"
include_core_mame2016() {
register_module core "mame2016" -theos_ios -ngc -psp1 -wii
}
libretro_mame2016_name="MAME 2016 (0.174)"
libretro_mame2016_git_url="https://github.com/libretro/mame2016-libretro.git"
libretro_mame2016_makefile="Makefile"
include_core_mame() {
register_module core "mame" -theos_ios -ngc -ps3 -psp1 -qnx -wii
}