From 3ce71747ce267d8f9ed82a6a2fb997d35b33cead Mon Sep 17 00:00:00 2001 From: zoltanvb <101990835+zoltanvb@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:29:27 +0200 Subject: [PATCH] Fix mame2016 makefile name --- rules.d/core-rules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.d/core-rules.sh b/rules.d/core-rules.sh index b6ce973ff..f80055bed 100644 --- a/rules.d/core-rules.sh +++ b/rules.d/core-rules.sh @@ -1046,7 +1046,7 @@ include_core_mame2016() { } libretro_mame2016_name="MAME 2016 (0.174)" libretro_mame2016_git_url="https://github.com/libretro/mame2016-libretro.git" -libretro_mame2016_makefile="Makefile" +libretro_mame2016_makefile="Makefile.libretro" include_core_hbmame() { register_module core "hbmame"