mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-28 00:25:42 +00:00
Merge branch 'feat/godot' of https://github.com/monkeyx-net/RetroDECK_UK into feat/godot
This commit is contained in:
commit
4a72aa8d7b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue