Fix mame 2003 plus rule

This commit is contained in:
twinaphex 2018-08-27 15:30:30 +02:00
parent f9a1e76991
commit ddd6476061

View File

@ -589,7 +589,7 @@ libretro_mame2003_git_url="https://github.com/libretro/mame2003-libretro.git"
libretro_mame2003_makefile="Makefile"
include_core_mame2003_plus() {
register_module core "mame2003-plus" -theos_ios -ngc -psp1 -wii
register_module core "mame2003_plus" -theos_ios -ngc -psp1 -wii
}
libretro_mame2003_plus_name="MAME 2003 Plus (0.78)"
libretro_mame2003_plus_git_url="https://github.com/libretro/mame2003-plus-libretro.git"