mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-24 15:05:39 +00:00
FEATURES: fixed incompatible presets
This commit is contained in:
parent
ba723e0ce8
commit
0850965646
|
@ -98,7 +98,7 @@ make_preset_changes() {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done < "$incompatible_presets"
|
done < <(echo "$incompatible_presets")
|
||||||
fi
|
fi
|
||||||
if [[ ! " ${choices[*]} " =~ " ${emulator} " && ! " ${current_disabled_systems[*]} " =~ " ${emulator} " ]]; then
|
if [[ ! " ${choices[*]} " =~ " ${emulator} " && ! " ${current_disabled_systems[*]} " =~ " ${emulator} " ]]; then
|
||||||
changed_systems=("${changed_systems[@]}" "$emulator")
|
changed_systems=("${changed_systems[@]}" "$emulator")
|
||||||
|
|
Loading…
Reference in a new issue