From c4858f7a08b1978df215bf3f087ffbe365773d66 Mon Sep 17 00:00:00 2001 From: "Keith F. Kelly" Date: Sun, 7 Jul 2019 12:00:30 -0700 Subject: [PATCH] Temporarily work around https://github.com/libretro/mame2010-libretro/issues/128 --- scriptmodules/libretrocores/lr-mame2010.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scriptmodules/libretrocores/lr-mame2010.sh b/scriptmodules/libretrocores/lr-mame2010.sh index 6e9f96fe9e..a63df1b7f1 100644 --- a/scriptmodules/libretrocores/lr-mame2010.sh +++ b/scriptmodules/libretrocores/lr-mame2010.sh @@ -16,7 +16,8 @@ rp_module_licence="NONCOM https://raw.githubusercontent.com/libretro/mame2010-li rp_module_section="opt" function sources_lr-mame2010() { - gitPullOrClone "$md_build" https://github.com/libretro/mame2010-libretro.git + # Temporarily pin to c87309d to work around https://github.com/libretro/mame2010-libretro/issues/128 + gitPullOrClone "$md_build" https://github.com/libretro/mame2010-libretro.git master c87309d } function build_lr-mame2010() {