mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-17 03:03:37 +00:00
Adding gameboy aliases, skippin gbc by now.
This commit is contained in:
committed by
GitHub
parent
4439162a31
commit
f2782b57e5
5
.github/calculate_db.py
vendored
5
.github/calculate_db.py
vendored
@@ -127,6 +127,11 @@ distribution_mister_aliases = [
|
||||
['megacd', 'segacd'],
|
||||
['sms', 'mastersystem'],
|
||||
['coleco', 'colecovision'],
|
||||
['gb', 'gameboy'],
|
||||
['gbc', 'gameboycolor'],
|
||||
['sgb', 'supergameboy'],
|
||||
['sgb', 'supergameboy'],
|
||||
['gba', 'gameboyadvance'],
|
||||
|
||||
# Computers
|
||||
['vector06c', 'vector06'],
|
||||
|
||||
3
.github/update_distribution.sh
vendored
3
.github/update_distribution.sh
vendored
@@ -781,6 +781,9 @@ 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}" =~ ^.+_([0-9]{8})(\..+)?$ ]] ; then
|
||||
echo "${file}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user