cardidthing
This commit is contained in:
parent
e49c21ce74
commit
ebd8a5c89b
1 changed files with 5 additions and 0 deletions
5
patches/50-setcardid.sh
Normal file
5
patches/50-setcardid.sh
Normal 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
|
||||||
Loading…
Reference in a new issue