mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 04:25:39 +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
|
||||
fi
|
||||
else
|
||||
$cue_validated="true"
|
||||
echo $cue_validated
|
||||
fi
|
||||
else
|
||||
|
@ -1319,7 +1320,9 @@ finit() {
|
|||
mkdir -pv $saves_folder
|
||||
mkdir -pv $states_folder
|
||||
mkdir -pv $rdhome/screenshots
|
||||
mkdir -pv $rdhome/.logs
|
||||
mkdir -pv $logs_folder
|
||||
mkdir -pv $mods_folder
|
||||
mkdir -pv $texture_packs_folder
|
||||
|
||||
# XMLSTARLET HERE
|
||||
cp -fv /app/retrodeck/es_settings.xml /var/config/emulationstation/.emulationstation/es_settings.xml
|
||||
|
|
Loading…
Reference in a new issue