mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-24 03:03:20 +00:00
Fix for PSX Cheats
This commit is contained in:
committed by
GitHub
parent
317439ad8f
commit
f03231d15b
4
.github/update_distribution.sh
vendored
4
.github/update_distribution.sh
vendored
@@ -43,6 +43,9 @@ update_distribution() {
|
||||
echo "Running detox"
|
||||
detox -v -s utf_8-only -r *
|
||||
echo "Detox done"
|
||||
echo "Removing colons"
|
||||
find . -name "*:*" -exec rename 's|:|-|g' {} \;
|
||||
echo "Colons removed"
|
||||
git add "${OUTPUT_FOLDER}"
|
||||
git commit -m "-"
|
||||
git fetch origin main || true
|
||||
@@ -575,6 +578,7 @@ declare -A CHEAT_MAPPINGS=( \
|
||||
["nes"]="NES" \
|
||||
["pce"]="TGFX16" \
|
||||
["pcd"]="TGFX16-CD" \
|
||||
["psx"]="PSX" \
|
||||
["scd"]="MegaCD" \
|
||||
["sms"]="SMS" \
|
||||
["snes"]="SNES" \
|
||||
|
||||
Reference in New Issue
Block a user