Merge branch 'feat/godot' of https://github.com/monkeyx-net/RetroDECK_UK into feat/godot

This commit is contained in:
Rekku 2024-10-15 17:23:39 +01:00
commit 4a72aa8d7b

View file

@ -49,6 +49,7 @@ build_preset_list_options() {
current_disabled_systems=() current_disabled_systems=()
changed_systems=() changed_systems=()
changed_presets=() changed_presets=()
all_systems=()
local section_results=$(sed -n '/\['"$preset"'\]/, /\[/{ /\['"$preset"'\]/! { /\[/! p } }' $rd_conf | sed '/^$/d') local section_results=$(sed -n '/\['"$preset"'\]/, /\[/{ /\['"$preset"'\]/! { /\[/! p } }' $rd_conf | sed '/^$/d')
while IFS= read -r config_line while IFS= read -r config_line