From 62dd3e1c50e25897604867ccd34fc7fb09497db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Thu, 12 May 2022 01:42:44 +0200 Subject: [PATCH] Fix not working, removing PSX cheats by now --- .github/update_distribution.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" \