Enabling Game Boy Color again

This commit is contained in:
José Manuel Barroso Galindo
2022-11-13 00:02:45 +01:00
committed by GitHub
parent 41b0b0e692
commit 3b9334dfad

View File

@@ -794,9 +794,6 @@ files_with_no_date() {
local FOLDER="${1}"
pushd "${FOLDER}" > /dev/null 2>&1
for file in *; do
if [[ "${file}" == "Game Boy Color.mgl" ]] ; then
continue
fi
if [[ "${file}" == "SG-1000.mgl" ]] ; then
continue
fi