From a5e98ef97272c60b3ce079bac69e5eadefb54a46 Mon Sep 17 00:00:00 2001 From: Locutus73 Date: Tue, 7 Jan 2020 14:08:12 +0100 Subject: [PATCH] Version 0.9.7 - Support for MRA files. Support for MRA files (MAME Arcade ROMs). --- core_manager.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/core_manager.sh b/core_manager.sh index 2ebec1e..986a747 100644 --- a/core_manager.sh +++ b/core_manager.sh @@ -13,11 +13,12 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Copyright 2019 Alessandro "Locutus73" Miele +# Copyright 2019-2020 Alessandro "Locutus73" Miele # You can download the latest version of this script from: # https://github.com/MiSTer-devel/Scripts_MiSTer +# Version 0.9.7 - 2020-01-07 - Support for MRA files (MAME Arcade ROMs). # Version 0.9.6 - 2019-12-04 - Update core manager to latest Wiki core structure by rarcos, thank you very much. # Version 0.9.5 - 2019-07-26 - The script is compatible with a possible renaming of "Cores" to "Computer Cores" in MiSTer Wiki Sidebar. # Version 0.9.4 - 2019-06-10 - Testing Internet connectivity with github.com instead of google.com. @@ -97,6 +98,12 @@ function setupScriptINI { source ${TMP_INCLUDE_FILE} rm -f ${TMP_INCLUDE_FILE} + echo "${MISTER_UPDATER_CODE}" | \ + sed -n '/^function checkAdditionalRepository {/,/^}/p' \ + > "${TMP_INCLUDE_FILE}" + source ${TMP_INCLUDE_FILE} + rm -f ${TMP_INCLUDE_FILE} + unset MISTER_UPDATER_CODE if [[ -f "${INI_PATH}" ]] ; then