FEATURES: fixed incompatible presets

This commit is contained in:
XargonWan 2024-08-15 10:28:51 +09:00
parent ba723e0ce8
commit 0850965646

View file

@ -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")