mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Fix bug in chd validation, it would fail to validate
.iso or .gdi files.
This commit is contained in:
parent
3524feb5a2
commit
edb26b262a
|
@ -157,6 +157,7 @@ validate_for_chd () {
|
||||||
echo $cue_validated
|
echo $cue_validated
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
$cue_validated="true"
|
||||||
echo $cue_validated
|
echo $cue_validated
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
@ -1319,7 +1320,9 @@ finit() {
|
||||||
mkdir -pv $saves_folder
|
mkdir -pv $saves_folder
|
||||||
mkdir -pv $states_folder
|
mkdir -pv $states_folder
|
||||||
mkdir -pv $rdhome/screenshots
|
mkdir -pv $rdhome/screenshots
|
||||||
mkdir -pv $rdhome/.logs
|
mkdir -pv $logs_folder
|
||||||
|
mkdir -pv $mods_folder
|
||||||
|
mkdir -pv $texture_packs_folder
|
||||||
|
|
||||||
# XMLSTARLET HERE
|
# XMLSTARLET HERE
|
||||||
cp -fv /app/retrodeck/es_settings.xml /var/config/emulationstation/.emulationstation/es_settings.xml
|
cp -fv /app/retrodeck/es_settings.xml /var/config/emulationstation/.emulationstation/es_settings.xml
|
||||||
|
|
Loading…
Reference in a new issue