Merge branch 'RetroDECK:feat/godot' into feat/godot

This commit is contained in:
MonkeyX 2024-10-15 17:23:17 +01:00 committed by GitHub
commit d87544008d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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