mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-17 03:03:37 +00:00
Fix not working, removing PSX cheats by now
This commit is contained in:
committed by
GitHub
parent
7a085c48e3
commit
62dd3e1c50
4
.github/update_distribution.sh
vendored
4
.github/update_distribution.sh
vendored
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user