diff --git a/.github/update_distribution.sh b/.github/update_distribution.sh index b8f876f29..56ff14382 100755 --- a/.github/update_distribution.sh +++ b/.github/update_distribution.sh @@ -47,7 +47,7 @@ update_distribution() { local IFS=$'\n' for i in $(find . -name "*:*"); do echo mv "${i}" "${i/:/-}" - mv "${i}" "${i/:/-}" + #mv "${i}" "${i/:/-}" done echo "Colons removed" git add "${OUTPUT_FOLDER}" @@ -582,7 +582,7 @@ declare -A CHEAT_MAPPINGS=( \ ["nes"]="NES" \ ["pce"]="TGFX16" \ ["pcd"]="TGFX16-CD" \ - ["psx"]="PSX" \ +# ["psx"]="PSX" \ ["scd"]="MegaCD" \ ["sms"]="SMS" \ ["snes"]="SNES" \