mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
MAME: creating folders and placing configs
This commit is contained in:
parent
c6ca536f23
commit
6192cc31c0
|
@ -667,14 +667,15 @@ prepare_emulator() {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$emulator" =~ ^(mame|MAME|all)$ ]]; then
|
if [[ "$emulator" =~ ^(mame|MAME|all)$ ]]; then
|
||||||
# TODO: do a proper script
|
# TODO: do a proper script
|
||||||
# This is just a placeholder script to test the emulator's flow
|
# This is just a placeholder script to test the emulator's flow
|
||||||
echo "----------------------"
|
echo "----------------------"
|
||||||
echo "Initializing MAME"
|
echo "Initializing MAME"
|
||||||
echo "----------------------"
|
echo "----------------------"
|
||||||
|
|
||||||
# TODO: something
|
mkdir -p "/var/config/mame"
|
||||||
|
mkdir -p "$emuconfigs/mame/**" "/var/config/mame"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue