mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-28 08:35:42 +00:00
FEATURES: fixes due to the new structure
This commit is contained in:
parent
411940e3d6
commit
66509f07f5
|
@ -62,8 +62,7 @@ https://retrodeck.net
|
|||
|
||||
# TODO: this is the jq to get all the resettable emulators list, generic component is missing
|
||||
# jq -r '
|
||||
# [.system[] |
|
||||
# (.emulator // .emulators | to_entries[]) |
|
||||
# [(.emulator | to_entries[]) |
|
||||
# select(.value.core == null and .value.resettable != false) |
|
||||
# .key] | sort | join("|")
|
||||
# ' "$features"
|
||||
|
|
Loading…
Reference in a new issue