mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55: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
|
||||
|
||||
if [[ "$emulator" =~ ^(mame|MAME|all)$ ]]; then
|
||||
if [[ "$emulator" =~ ^(mame|MAME|all)$ ]]; then
|
||||
# TODO: do a proper script
|
||||
# This is just a placeholder script to test the emulator's flow
|
||||
echo "----------------------"
|
||||
echo "Initializing MAME"
|
||||
echo "----------------------"
|
||||
|
||||
# TODO: something
|
||||
mkdir -p "/var/config/mame"
|
||||
mkdir -p "$emuconfigs/mame/**" "/var/config/mame"
|
||||
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue