cardidthing

This commit is contained in:
Kyan 2025-11-13 19:20:40 +01:00
parent e49c21ce74
commit ebd8a5c89b

5
patches/50-setcardid.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/bash
set -e
if [ -z ${SEGATOOLS_CARDID+x} ]; then echo "Segatools Card ID not set, skipping."; else
echo $SEGATOOLS_CARDID > $dir/game/bin/DEVICE/aime.txt
fi