diff --git a/scriptmodules/libretrocores/lr-mame.sh b/scriptmodules/libretrocores/lr-mame.sh index 08b9ef26fa..a66d7b8fa7 100644 --- a/scriptmodules/libretrocores/lr-mame.sh +++ b/scriptmodules/libretrocores/lr-mame.sh @@ -20,6 +20,8 @@ rp_module_flags="!:\$__gcc_version:-lt:7" function _get_version_lr-mame() { if compareVersions "$(gcc -dumpfullversion)" lt 10.3.0; then echo "lrmame0264" + else + echo "master" fi } function _get_params_lr-mame() {